#CBD2CC

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

Shades of Sea Mist #CBD2CC

Tints of Sea Mist #CBD2CC

Color information

#CBD2CC (or 0xCBD2CC) is unknown color: approx Sea Mist. HEX triplet: CB, D2 and CC. RGB value is (203,210,204). Sum of RGB (Red+Green+Blue) = 203+210+204=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2CC is #342D33. Grayscale: #CFCFCF. Windows color (decimal): -3419444 or 13423307. OLE color: 13423307.

HSL color Cylindrical-coordinate representation of color #CBD2CC: hue angle of 128.57º degrees, saturation: 0.07, 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 #CBD2CC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB203210204-
CMYK0.0300.030.18
HSL128.57º7.22%80.98%-
HSV(B)128.57º3.33%82.35%-
XYZ58.5763.1566.23-
YUV207.22126.18124.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=32.90%
G=34.04%
B=33.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032102040.0300.030.18128.577.2280.98
HexCBD2CC3031281751
Octal313322314303222017121
Binary1100101111010010110011001101110010100000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2CC; }

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

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

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

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

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

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

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

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