#CCCEDC

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

Shades of Periwinkle #CCCEDC

Tints of Periwinkle #CCCEDC

Color information

#CCCEDC (or 0xCCCEDC) is unknown color: approx Periwinkle. HEX triplet: CC, CE and DC. RGB value is (204,206,220). Sum of RGB (Red+Green+Blue) = 204+206+220=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDC is #333123. Grayscale: #CECECE. Windows color (decimal): -3354916 or 14470860. OLE color: 14470860.

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

Color convert

RGB204206220-
CMYK0.070.0600.14
HSL232.5º18.6%83.14%-
HSV(B)232.5º7.27%86.27%-
XYZ59.8962.1576.55-
YUV207135.34125.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=32.38%
G=32.70%
B=34.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042062200.070.0600.14232.518.683.14
HexCCCEDC760Ee81353
Octal3143163347601635023123
Binary1100110011001110110111001111100111011101000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEDC; }

 p { color: rgb(204,206,220); }

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

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

 a { background-color: rgb(204,206,220); }

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

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

 span { border-color: rgb(204,206,220); }

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