#CBD8CA

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

Shades of Sea Mist #CBD8CA

Tints of Sea Mist #CBD8CA

Color information

#CBD8CA (or 0xCBD8CA) is unknown color: approx Sea Mist. HEX triplet: CB, D8 and CA. RGB value is (203,216,202). Sum of RGB (Red+Green+Blue) = 203+216+202=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8CA is #342735. Grayscale: #D2D2D2. Windows color (decimal): -3417910 or 13293771. OLE color: 13293771.

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

Color convert

RGB203216202-
CMYK0.0600.060.15
HSL115.71º15.22%81.96%-
HSV(B)115.71º6.48%84.71%-
XYZ59.8566.0765.48-
YUV210.52123.19122.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=32.69%
G=34.78%
B=32.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032162020.0600.060.15115.7115.2281.96
HexCBD8CA606F74f52
Octal3133303126061716417122
Binary11001011110110001100101011001101111111010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8CA; }

 p { color: rgb(203,216,202); }

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

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

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

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

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

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

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