#CBD5CB

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

Shades of Sea Mist #CBD5CB

Tints of Sea Mist #CBD5CB

Color information

#CBD5CB (or 0xCBD5CB) is unknown color: approx Sea Mist. HEX triplet: CB, D5 and CB. RGB value is (203,213,203). Sum of RGB (Red+Green+Blue) = 203+213+203=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5CB is #342A34. Grayscale: #D0D0D0. Windows color (decimal): -3418677 or 13358539. OLE color: 13358539.

HSL color Cylindrical-coordinate representation of color #CBD5CB: hue angle of 120º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBD5CB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB203213203-
CMYK0.0500.050.16
HSL120º10.64%81.57%-
HSV(B)120º4.69%83.53%-
XYZ59.264.665.85-
YUV208.87124.69123.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 213 (83.59% from 255) = 34.41%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=32.79%
G=34.41%
B=32.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032132030.0500.050.1612010.6481.57
HexCBD5CB5051078b52
Octal3133253135052017013122
Binary110010111101010111001011101010110000111100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5CB; }

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

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

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

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

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

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

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

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