#CBCCDB

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

Shades of Periwinkle #CBCCDB

Tints of Periwinkle #CBCCDB

Color information

#CBCCDB (or 0xCBCCDB) is unknown color: approx Periwinkle. HEX triplet: CB, CC and DB. RGB value is (203,204,219). Sum of RGB (Red+Green+Blue) = 203+204+219=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDB is #343324. Grayscale: #CDCDCD. Windows color (decimal): -3420965 or 14404811. OLE color: 14404811.

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

Color convert

RGB203204219-
CMYK0.070.0700.14
HSL236.25º18.18%82.75%-
HSV(B)236.25º7.31%85.88%-
XYZ59.016175.68-
YUV205.41135.67126.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=32.43%
G=32.59%
B=34.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032042190.070.0700.14236.2518.1882.75
HexCBCCDB770Eec1253
Octal3133143337701635422123
Binary1100101111001100110110111111110111011101100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCDB; }

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

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

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

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

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

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

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

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