#CCD0EC

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

Shades of Periwinkle #CCD0EC

Tints of Periwinkle #CCD0EC

Color information

#CCD0EC (or 0xCCD0EC) is unknown color: approx Periwinkle. HEX triplet: CC, D0 and EC. RGB value is (204,208,236). Sum of RGB (Red+Green+Blue) = 204+208+236=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0EC is #332F13. Grayscale: #D1D1D1. Windows color (decimal): -3354388 or 15519948. OLE color: 15519948.

HSL color Cylindrical-coordinate representation of color #CCD0EC: hue angle of 232.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD0EC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204208236-
CMYK0.140.1200.07
HSL232.5º45.71%86.27%-
HSV(B)232.5º13.56%92.55%-
XYZ62.664.0188.41-
YUV210142.67123.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=31.48%
G=32.10%
B=36.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042082360.140.1200.07232.545.7186.27
HexCCD0ECEC07e82e56
Octal31432035416140735056126
Binary110011001101000011101100111011000111111010001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0EC; }

 p { color: rgb(204,208,236); }

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

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

 a { background-color: rgb(204,208,236); }

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

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

 span { border-color: rgb(204,208,236); }

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