#CBE0CB

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

Shades of Sea Mist #CBE0CB

Tints of Sea Mist #CBE0CB

Color information

#CBE0CB (or 0xCBE0CB) is unknown color: approx Sea Mist. HEX triplet: CB, E0 and CB. RGB value is (203,224,203). Sum of RGB (Red+Green+Blue) = 203+224+203=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0CB is #341F34. Grayscale: #D7D7D7. Windows color (decimal): -3415861 or 13361355. OLE color: 13361355.

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

Color convert

RGB203224203-
CMYK0.0900.090.12
HSL120º25.3%83.73%-
HSV(B)120º9.38%87.84%-
XYZ62.0670.3266.8-
YUV215.33121.04119.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=32.22%
G=35.56%
B=32.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032242030.0900.090.1212025.383.73
HexCBE0CB909C781954
Octal313340313110111417031124
Binary11001011111000001100101110010100111001111000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0CB; }

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

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

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

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

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

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

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

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