#CBE4CB

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

Shades of Sea Mist #CBE4CB

Tints of Sea Mist #CBE4CB

Color information

#CBE4CB (or 0xCBE4CB) is unknown color: approx Sea Mist. HEX triplet: CB, E4 and CB. RGB value is (203,228,203). Sum of RGB (Red+Green+Blue) = 203+228+203=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4CB is #341B34. Grayscale: #D9D9D9. Windows color (decimal): -3414837 or 13362379. OLE color: 13362379.

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

Color convert

RGB203228203-
CMYK0.1100.110.11
HSL120º31.65%84.51%-
HSV(B)120º10.96%89.41%-
XYZ63.1572.567.16-
YUV217.68119.72117.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 228 (89.45% from 255) = 35.96%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=32.02%
G=35.96%
B=32.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032282030.1100.110.1112031.6584.51
HexCBE4CBB0BB782055
Octal313344313130131317040125
Binary110010111110010011001011101101011101111110001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4CB; }

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

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

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

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

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

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

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

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