#CBD6CB

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

Shades of Sea Mist #CBD6CB

Tints of Sea Mist #CBD6CB

Color information

#CBD6CB (or 0xCBD6CB) is unknown color: approx Sea Mist. HEX triplet: CB, D6 and CB. RGB value is (203,214,203). Sum of RGB (Red+Green+Blue) = 203+214+203=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6CB is #342934. Grayscale: #D1D1D1. Windows color (decimal): -3418421 or 13358795. OLE color: 13358795.

HSL color Cylindrical-coordinate representation of color #CBD6CB: hue angle of 120º degrees, saturation: 0.12, 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 #CBD6CB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB203214203-
CMYK0.0500.050.16
HSL120º11.83%81.76%-
HSV(B)120º5.14%83.92%-
XYZ59.4565.165.93-
YUV209.46124.36123.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=32.74%
G=34.52%
B=32.74%

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
Decimal2032142030.0500.050.1612011.8381.76
HexCBD6CB5051078c52
Octal3133263135052017014122
Binary110010111101011011001011101010110000111100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6CB; }

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

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

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

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

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

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

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

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