#CBD1CC

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

Shades of Sea Mist #CBD1CC

Tints of Sea Mist #CBD1CC

Color information

#CBD1CC (or 0xCBD1CC) is unknown color: approx Sea Mist. HEX triplet: CB, D1 and CC. RGB value is (203,209,204). Sum of RGB (Red+Green+Blue) = 203+209+204=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1CC is #342E33. Grayscale: #CECECE. Windows color (decimal): -3419700 or 13423051. OLE color: 13423051.

HSL color Cylindrical-coordinate representation of color #CBD1CC: hue angle of 130º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBD1CC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB203209204-
CMYK0.0300.020.18
HSL130º6.12%80.78%-
HSV(B)130º2.87%81.96%-
XYZ58.3362.6666.15-
YUV206.64126.51125.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=32.95%
G=33.93%
B=33.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032092040.0300.020.181306.1280.78
HexCBD1CC3021282651
Octal313321314302222026121
Binary1100101111010001110011001101010010100000101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1CC; }

 p { color: rgb(203,209,204); }

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

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

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

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

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

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

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