#CACDDC

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

Shades of Periwinkle #CACDDC

Tints of Periwinkle #CACDDC

Color information

#CACDDC (or 0xCACDDC) is unknown color: approx Periwinkle. HEX triplet: CA, CD and DC. RGB value is (202,205,220). Sum of RGB (Red+Green+Blue) = 202+205+220=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDC is #353223. Grayscale: #CDCDCD. Windows color (decimal): -3486244 or 14470602. OLE color: 14470602.

HSL color Cylindrical-coordinate representation of color #CACDDC: hue angle of 230º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACDDC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202205220-
CMYK0.080.0700.14
HSL230º20.45%82.75%-
HSV(B)230º8.18%86.27%-
XYZ59.1161.3976.44-
YUV205.81136.01125.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=32.22%
G=32.70%
B=35.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022052200.080.0700.1423020.4582.75
HexCACDDC870Ee61453
Octal31231533410701634624123
Binary11001010110011011101110010001110111011100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDDC; }

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

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

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

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

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

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

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

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