#CCD4E4

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

Shades of Periwinkle #CCD4E4

Tints of Periwinkle #CCD4E4

Color information

#CCD4E4 (or 0xCCD4E4) is unknown color: approx Periwinkle. HEX triplet: CC, D4 and E4. RGB value is (204,212,228). Sum of RGB (Red+Green+Blue) = 204+212+228=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCD4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4E4 is #332B1B. Grayscale: #D3D3D3. Windows color (decimal): -3353372 or 14996684. OLE color: 14996684.

HSL color Cylindrical-coordinate representation of color #CCD4E4: hue angle of 220º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD4E4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204212228-
CMYK0.110.0700.11
HSL220º30.77%84.71%-
HSV(B)220º10.53%89.41%-
XYZ62.4565.5382.76-
YUV211.43137.35122.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=31.68%
G=32.92%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042122280.110.0700.1122030.7784.71
HexCCD4E4B70Bdc1f55
Octal31432434413701333437125
Binary11001100110101001110010010111110101111011100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4E4; }

 p { color: rgb(204,212,228); }

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

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

 a { background-color: rgb(204,212,228); }

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

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

 span { border-color: rgb(204,212,228); }

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