#CBE1CC

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

Shades of Sea Mist #CBE1CC

Tints of Sea Mist #CBE1CC

Color information

#CBE1CC (or 0xCBE1CC) is unknown color: approx Sea Mist. HEX triplet: CB, E1 and CC. RGB value is (203,225,204). Sum of RGB (Red+Green+Blue) = 203+225+204=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1CC is #341E33. Grayscale: #D8D8D8. Windows color (decimal): -3415604 or 13427147. OLE color: 13427147.

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

Color convert

RGB203225204-
CMYK0.1000.090.12
HSL122.73º26.83%83.92%-
HSV(B)122.73º9.78%88.24%-
XYZ62.4570.9167.52-
YUV216.03121.21118.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=32.12%
G=35.60%
B=32.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032252040.1000.090.12122.7326.8383.92
HexCBE1CCA09C7b1b54
Octal313341314120111417333124
Binary11001011111000011100110010100100111001111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1CC; }

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

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

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

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

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

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

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

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