#CBDCCB

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

Shades of Sea Mist #CBDCCB

Tints of Sea Mist #CBDCCB

Color information

#CBDCCB (or 0xCBDCCB) is unknown color: approx Sea Mist. HEX triplet: CB, DC and CB. RGB value is (203,220,203). Sum of RGB (Red+Green+Blue) = 203+220+203=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCCB is #342334. Grayscale: #D5D5D5. Windows color (decimal): -3416885 or 13360331. OLE color: 13360331.

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

Color convert

RGB203220203-
CMYK0.0800.080.14
HSL120º19.54%82.94%-
HSV(B)120º7.73%86.27%-
XYZ6168.1966.45-
YUV212.98122.37120.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=32.43%
G=35.14%
B=32.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032202030.0800.080.1412019.5482.94
HexCBDCCB808E781453
Octal313334313100101617024123
Binary11001011110111001100101110000100011101111000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCCB; }

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

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

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

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

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

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

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

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