#CCD2E7

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

Shades of Periwinkle #CCD2E7

Tints of Periwinkle #CCD2E7

Color information

#CCD2E7 (or 0xCCD2E7) is unknown color: approx Periwinkle. HEX triplet: CC, D2 and E7. RGB value is (204,210,231). Sum of RGB (Red+Green+Blue) = 204+210+231=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2E7 is #332D18. Grayscale: #D2D2D2. Windows color (decimal): -3353881 or 15192780. OLE color: 15192780.

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

Color convert

RGB204210231-
CMYK0.120.0900.09
HSL226.67º36%85.29%-
HSV(B)226.67º11.69%90.59%-
XYZ62.3764.784.8-
YUV210.6139.51123.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 210 (82.42% from 255) = 32.56%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=31.63%
G=32.56%
B=35.81%

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
Decimal2042102310.120.0900.09226.673685.29
HexCCD2E7C909e32455
Octal314322347141101134344125
Binary1100110011010010111001111100100101001111000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2E7; }

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

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

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

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

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

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

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

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