#CACDE0

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

Shades of Periwinkle #CACDE0

Tints of Periwinkle #CACDE0

Color information

#CACDE0 (or 0xCACDE0) is unknown color: approx Periwinkle. HEX triplet: CA, CD and E0. RGB value is (202,205,224). Sum of RGB (Red+Green+Blue) = 202+205+224=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDE0 is #35321F. Grayscale: #CECECE. Windows color (decimal): -3486240 or 14732746. OLE color: 14732746.

HSL color Cylindrical-coordinate representation of color #CACDE0: hue angle of 231.82º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACDE0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202205224-
CMYK0.100.0800.12
HSL231.82º26.19%83.53%-
HSV(B)231.82º9.82%87.84%-
XYZ59.6461.679.27-
YUV206.27138.01124.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=32.01%
G=32.49%
B=35.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022052240.100.0800.12231.8226.1983.53
HexCACDE0A80Ce81a54
Octal312315340121001435032124
Binary110010101100110111100000101010000110011101000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDE0; }

 p { color: rgb(202,205,224); }

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

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

 a { background-color: rgb(202,205,224); }

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

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

 span { border-color: rgb(202,205,224); }

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