#CBDBCB

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

Shades of Sea Mist #CBDBCB

Tints of Sea Mist #CBDBCB

Color information

#CBDBCB (or 0xCBDBCB) is unknown color: approx Sea Mist. HEX triplet: CB, DB and CB. RGB value is (203,219,203). Sum of RGB (Red+Green+Blue) = 203+219+203=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCB is #342434. Grayscale: #D4D4D4. Windows color (decimal): -3417141 or 13360075. OLE color: 13360075.

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

Color convert

RGB203219203-
CMYK0.0700.070.14
HSL120º18.18%82.75%-
HSV(B)120º7.31%85.88%-
XYZ60.7467.6766.36-
YUV212.39122.7121.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=32.48%
G=35.04%
B=32.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192030.0700.070.1412018.1882.75
HexCBDBCB707E781253
Octal3133333137071617022123
Binary110010111101101111001011111011111101111000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBCB; }

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

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

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

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

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

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

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

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