#CCD1EC

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

Shades of Periwinkle #CCD1EC

Tints of Periwinkle #CCD1EC

Color information

#CCD1EC (or 0xCCD1EC) is unknown color: approx Periwinkle. HEX triplet: CC, D1 and EC. RGB value is (204,209,236). Sum of RGB (Red+Green+Blue) = 204+209+236=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1EC is #332E13. Grayscale: #D2D2D2. Windows color (decimal): -3354132 or 15520204. OLE color: 15520204.

HSL color Cylindrical-coordinate representation of color #CCD1EC: hue angle of 230.62º 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 #CCD1EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204209236-
CMYK0.140.1100.07
HSL230.62º45.71%86.27%-
HSV(B)230.62º13.56%92.55%-
XYZ62.8464.4988.49-
YUV210.58142.34123.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=31.43%
G=32.20%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042092360.140.1100.07230.6245.7186.27
HexCCD1ECEB07e72e56
Octal31432135416130734756126
Binary110011001101000111101100111010110111111001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1EC; }

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

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

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

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

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

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

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

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