#CBE0CC

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

Shades of Sea Mist #CBE0CC

Tints of Sea Mist #CBE0CC

Color information

#CBE0CC (or 0xCBE0CC) is unknown color: approx Sea Mist. HEX triplet: CB, E0 and CC. RGB value is (203,224,204). Sum of RGB (Red+Green+Blue) = 203+224+204=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0CC is #341F33. Grayscale: #D7D7D7. Windows color (decimal): -3415860 or 13426891. OLE color: 13426891.

HSL color Cylindrical-coordinate representation of color #CBE0CC: hue angle of 122.86º 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 #CBE0CC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB203224204-
CMYK0.0900.090.12
HSL122.86º25.3%83.73%-
HSV(B)122.86º9.38%87.84%-
XYZ62.1870.3767.43-
YUV215.44121.54119.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 224 (87.89% from 255) = 35.50%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=32.17%
G=35.50%
B=32.33%

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
Decimal2032242040.0900.090.12122.8625.383.73
HexCBE0CC909C7b1954
Octal313340314110111417331124
Binary11001011111000001100110010010100111001111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0CC; }

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

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

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

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

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

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

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

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