#CBDBCA

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

Shades of Sea Mist #CBDBCA

Tints of Sea Mist #CBDBCA

Color information

#CBDBCA (or 0xCBDBCA) is unknown color: approx Sea Mist. HEX triplet: CB, DB and CA. RGB value is (203,219,202). Sum of RGB (Red+Green+Blue) = 203+219+202=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCA is #342435. Grayscale: #D4D4D4. Windows color (decimal): -3417142 or 13294539. OLE color: 13294539.

HSL color Cylindrical-coordinate representation of color #CBDBCA: hue angle of 116.47º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDBCA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB203219202-
CMYK0.0700.080.14
HSL116.47º19.1%82.55%-
HSV(B)116.47º7.76%85.88%-
XYZ60.6267.6265.73-
YUV212.28122.2121.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=32.53%
G=35.10%
B=32.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192020.0700.080.14116.4719.182.55
HexCBDBCA708E741353
Octal31333331270101616423123
Binary1100101111011011110010101110100011101110100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBCA; }

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

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

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

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

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

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

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

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