#CACEDE

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

Shades of Periwinkle #CACEDE

Tints of Periwinkle #CACEDE

Color information

#CACEDE (or 0xCACEDE) is unknown color: approx Periwinkle. HEX triplet: CA, CE and DE. RGB value is (202,206,222). Sum of RGB (Red+Green+Blue) = 202+206+222=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #CACEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEDE is #353121. Grayscale: #CECECE. Windows color (decimal): -3485986 or 14601930. OLE color: 14601930.

HSL color Cylindrical-coordinate representation of color #CACEDE: hue angle of 228º degrees, saturation: 0.23, 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 #CACEDE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202206222-
CMYK0.090.0700.13
HSL228º23.26%83.14%-
HSV(B)228º9.01%87.06%-
XYZ59.6161.9777.93-
YUV206.63136.67124.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=32.06%
G=32.70%
B=35.24%

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
Decimal2022062220.090.0700.1322823.2683.14
HexCACEDE970De41753
Octal31231633611701534427123
Binary11001010110011101101111010011110110111100100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEDE; }

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

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

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

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

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

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

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

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