#CCCEDB

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

Shades of Periwinkle #CCCEDB

Tints of Periwinkle #CCCEDB

Color information

#CCCEDB (or 0xCCCEDB) is unknown color: approx Periwinkle. HEX triplet: CC, CE and DB. RGB value is (204,206,219). Sum of RGB (Red+Green+Blue) = 204+206+219=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDB is #333124. Grayscale: #CECECE. Windows color (decimal): -3354917 or 14405324. OLE color: 14405324.

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

Color convert

RGB204206219-
CMYK0.070.0600.14
HSL232º17.24%82.94%-
HSV(B)232º6.85%85.88%-
XYZ59.7662.0975.85-
YUV206.88134.84125.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=32.43%
G=32.75%
B=34.82%

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
Decimal2042062190.070.0600.1423217.2482.94
HexCCCEDB760Ee81153
Octal3143163337601635021123
Binary1100110011001110110110111111100111011101000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEDB; }

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

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

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

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

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

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

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

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