#CBDDCA

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

Shades of Sea Mist #CBDDCA

Tints of Sea Mist #CBDDCA

Color information

#CBDDCA (or 0xCBDDCA) is unknown color: approx Sea Mist. HEX triplet: CB, DD and CA. RGB value is (203,221,202). Sum of RGB (Red+Green+Blue) = 203+221+202=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCA is #342235. Grayscale: #D5D5D5. Windows color (decimal): -3416630 or 13295051. OLE color: 13295051.

HSL color Cylindrical-coordinate representation of color #CBDDCA: hue angle of 116.84º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDDCA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB203221202-
CMYK0.0800.090.13
HSL116.84º21.84%82.94%-
HSV(B)116.84º8.6%86.67%-
XYZ61.1568.6765.91-
YUV213.45121.54120.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=32.43%
G=35.30%
B=32.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212020.0800.090.13116.8421.8482.94
HexCBDDCA809D751653
Octal313335312100111516526123
Binary11001011110111011100101010000100111011110101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDCA; }

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

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

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

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

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

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

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

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