#CDD2E8

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

Shades of Periwinkle #CDD2E8

Tints of Periwinkle #CDD2E8

Color information

#CDD2E8 (or 0xCDD2E8) is unknown color: approx Periwinkle. HEX triplet: CD, D2 and E8. RGB value is (205,210,232). Sum of RGB (Red+Green+Blue) = 205+210+232=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDD2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2E8 is #322D17. Grayscale: #D2D2D2. Windows color (decimal): -3288344 or 15258317. OLE color: 15258317.

HSL color Cylindrical-coordinate representation of color #CDD2E8: hue angle of 228.89º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD2E8 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205210232-
CMYK0.120.0900.09
HSL228.89º36.99%85.69%-
HSV(B)228.89º11.64%90.98%-
XYZ62.7964.985.56-
YUV211.01139.84123.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 210 (82.42% from 255) = 32.46%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=31.68%
G=32.46%
B=35.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052102320.120.0900.09228.8936.9985.69
HexCDD2E8C909e52556
Octal315322350141101134545126
Binary1100110111010010111010001100100101001111001011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2E8; }

 p { color: rgb(205,210,232); }

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

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

 a { background-color: rgb(205,210,232); }

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

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

 span { border-color: rgb(205,210,232); }

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