#CBDFCB

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

Shades of Sea Mist #CBDFCB

Tints of Sea Mist #CBDFCB

Color information

#CBDFCB (or 0xCBDFCB) is unknown color: approx Sea Mist. HEX triplet: CB, DF and CB. RGB value is (203,223,203). Sum of RGB (Red+Green+Blue) = 203+223+203=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFCB is #342034. Grayscale: #D6D6D6. Windows color (decimal): -3416117 or 13361099. OLE color: 13361099.

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

Color convert

RGB203223203-
CMYK0.0900.090.13
HSL120º23.81%83.53%-
HSV(B)120º8.97%87.45%-
XYZ61.869.7866.71-
YUV214.74121.37119.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=32.27%
G=35.45%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032232030.0900.090.1312023.8183.53
HexCBDFCB909D781854
Octal313337313110111517030124
Binary11001011110111111100101110010100111011111000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFCB; }

 p { color: rgb(203,223,203); }

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

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

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

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

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

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

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