#CACDDE

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

Shades of Periwinkle #CACDDE

Tints of Periwinkle #CACDDE

Color information

#CACDDE (or 0xCACDDE) is unknown color: approx Periwinkle. HEX triplet: CA, CD and DE. RGB value is (202,205,222). Sum of RGB (Red+Green+Blue) = 202+205+222=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #CACDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDE is #353221. Grayscale: #CDCDCD. Windows color (decimal): -3486242 or 14601674. OLE color: 14601674.

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

Color convert

RGB202205222-
CMYK0.090.0800.13
HSL231º23.26%83.14%-
HSV(B)231º9.01%87.06%-
XYZ59.3761.4977.85-
YUV206.04137.01125.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=32.11%
G=32.59%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022052220.090.0800.1323123.2683.14
HexCACDDE980De71753
Octal312315336111001534727123
Binary110010101100110111011110100110000110111100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDDE; }

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

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

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

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

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

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

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

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