#CBCCDC

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

Shades of Periwinkle #CBCCDC

Tints of Periwinkle #CBCCDC

Color information

#CBCCDC (or 0xCBCCDC) is unknown color: approx Periwinkle. HEX triplet: CB, CC and DC. RGB value is (203,204,220). Sum of RGB (Red+Green+Blue) = 203+204+220=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDC is #343323. Grayscale: #CDCDCD. Windows color (decimal): -3420964 or 14470347. OLE color: 14470347.

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

Color convert

RGB203204220-
CMYK0.080.0700.14
HSL236.47º19.54%82.94%-
HSV(B)236.47º7.73%86.27%-
XYZ59.1461.0576.38-
YUV205.52136.17126.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=32.38%
G=32.54%
B=35.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032042200.080.0700.14236.4719.5482.94
HexCBCCDC870Eec1453
Octal31331433410701635424123
Binary11001011110011001101110010001110111011101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCDC; }

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

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

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

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

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

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

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

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