#CCD2E8

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

Shades of Periwinkle #CCD2E8

Tints of Periwinkle #CCD2E8

Color information

#CCD2E8 (or 0xCCD2E8) is unknown color: approx Periwinkle. HEX triplet: CC, D2 and E8. RGB value is (204,210,232). Sum of RGB (Red+Green+Blue) = 204+210+232=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCD2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2E8 is #332D17. Grayscale: #D2D2D2. Windows color (decimal): -3353880 or 15258316. OLE color: 15258316.

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

Color convert

RGB204210232-
CMYK0.120.0900.09
HSL227.14º37.84%85.49%-
HSV(B)227.14º12.07%90.98%-
XYZ62.5164.7685.55-
YUV210.71140.01123.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 210 (82.42% from 255) = 32.51%
BLUE value IS 232 (91.02% from 255) = 35.91%
R=31.58%
G=32.51%
B=35.91%

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
Decimal2042102320.120.0900.09227.1437.8485.49
HexCCD2E8C909e32655
Octal314322350141101134346125
Binary1100110011010010111010001100100101001111000111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2E8; }

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

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

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

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

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

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

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

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