#CACDE1

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

Shades of Periwinkle #CACDE1

Tints of Periwinkle #CACDE1

Color information

#CACDE1 (or 0xCACDE1) is unknown color: approx Periwinkle. HEX triplet: CA, CD and E1. RGB value is (202,205,225). Sum of RGB (Red+Green+Blue) = 202+205+225=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDE1 is #35321E. Grayscale: #CECECE. Windows color (decimal): -3486239 or 14798282. OLE color: 14798282.

HSL color Cylindrical-coordinate representation of color #CACDE1: hue angle of 232.17º degrees, saturation: 0.28, 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 #CACDE1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202205225-
CMYK0.100.0900.12
HSL232.17º27.71%83.73%-
HSV(B)232.17º10.22%88.24%-
XYZ59.7861.6679.98-
YUV206.38138.51124.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=31.96%
G=32.44%
B=35.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022052250.100.0900.12232.1727.7183.73
HexCACDE1A90Ce81c54
Octal312315341121101435034124
Binary110010101100110111100001101010010110011101000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDE1; }

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

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

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

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

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

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

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

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