#CBCDDB

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

Shades of Periwinkle #CBCDDB

Tints of Periwinkle #CBCDDB

Color information

#CBCDDB (or 0xCBCDDB) is unknown color: approx Periwinkle. HEX triplet: CB, CD and DB. RGB value is (203,205,219). Sum of RGB (Red+Green+Blue) = 203+205+219=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDDB is #343224. Grayscale: #CDCDCD. Windows color (decimal): -3420709 or 14405067. OLE color: 14405067.

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

Color convert

RGB203205219-
CMYK0.070.0600.14
HSL232.5º18.18%82.75%-
HSV(B)232.5º7.31%85.88%-
XYZ59.2561.4775.76-
YUV206135.34125.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=32.38%
G=32.70%
B=34.93%

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
Decimal2032052190.070.0600.14232.518.1882.75
HexCBCDDB760Ee81253
Octal3133153337601635022123
Binary1100101111001101110110111111100111011101000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDDB; }

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

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

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

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

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

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

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

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