#CCD2E5

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

Shades of Periwinkle #CCD2E5

Tints of Periwinkle #CCD2E5

Color information

#CCD2E5 (or 0xCCD2E5) is unknown color: approx Periwinkle. HEX triplet: CC, D2 and E5. RGB value is (204,210,229). Sum of RGB (Red+Green+Blue) = 204+210+229=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2E5 is #332D1A. Grayscale: #D2D2D2. Windows color (decimal): -3353883 or 15061708. OLE color: 15061708.

HSL color Cylindrical-coordinate representation of color #CCD2E5: hue angle of 225.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD2E5 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204210229-
CMYK0.110.0800.10
HSL225.6º32.47%84.9%-
HSV(B)225.6º10.92%89.8%-
XYZ62.0964.5983.32-
YUV210.37138.51123.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 210 (82.42% from 255) = 32.66%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=31.73%
G=32.66%
B=35.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042102290.110.0800.10225.632.4784.9
HexCCD2E5B80Ae22055
Octal314322345131001234240125
Binary1100110011010010111001011011100001010111000101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2E5; }

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

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

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

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

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

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

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

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