#CBE1CB

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

Shades of Sea Mist #CBE1CB

Tints of Sea Mist #CBE1CB

Color information

#CBE1CB (or 0xCBE1CB) is unknown color: approx Sea Mist. HEX triplet: CB, E1 and CB. RGB value is (203,225,203). Sum of RGB (Red+Green+Blue) = 203+225+203=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1CB is #341E34. Grayscale: #D7D7D7. Windows color (decimal): -3415605 or 13361611. OLE color: 13361611.

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

Color convert

RGB203225203-
CMYK0.1000.100.12
HSL120º26.83%83.92%-
HSV(B)120º9.78%88.24%-
XYZ62.3370.8666.89-
YUV215.91120.71118.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=32.17%
G=35.66%
B=32.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032252030.1000.100.1212026.8383.92
HexCBE1CBA0AC781b54
Octal313341313120121417033124
Binary11001011111000011100101110100101011001111000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1CB; }

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

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

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

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

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

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

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

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