#CACEDD

Color #CACEDD Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #CACEDD

Tints of Periwinkle #CACEDD

Color information

#CACEDD (or 0xCACEDD) is unknown color: approx Periwinkle. HEX triplet: CA, CE and DD. RGB value is (202,206,221). Sum of RGB (Red+Green+Blue) = 202+206+221=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEDD is #353122. Grayscale: #CECECE. Windows color (decimal): -3485987 or 14536394. OLE color: 14536394.

HSL color Cylindrical-coordinate representation of color #CACEDD: hue angle of 227.37º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACEDD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202206221-
CMYK0.090.0700.13
HSL227.37º21.84%82.94%-
HSV(B)227.37º8.6%86.67%-
XYZ59.4861.9277.22-
YUV206.51136.17124.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=32.11%
G=32.75%
B=35.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022062210.090.0700.13227.3721.8482.94
HexCACEDD970De31653
Octal31231633511701534326123
Binary11001010110011101101110110011110110111100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEDD; }

 p { color: rgb(202,206,221); }

 H1.HeaderClassName
 {
   color: #CACEDD;
 }
 .AnyTagClassName
 {
   color: #CACEDD;
 }
</style>
background-color css

<style>
 a { background-color: #CACEDD; }

 a { background-color: rgb(202,206,221); }

 div.DivClassName
 {
   background-color: #CACEDD;
 }
 .BgClassName
 {
   background-color: #CACEDD;
 }
</style>
border-color css

<style>
 span { border-color: #CACEDD; }

 span { border-color: rgb(202,206,221); }

 td.TdClassName
 {
   border-color: #CACEDD;
 }
 .TagClassName
 {
   border-color: #CACEDD;
 }
</style>