#CBECC8

Color #CBECC8 Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CBECC8

Tints of Snowy Mint #CBECC8

Color information

#CBECC8 (or 0xCBECC8) is unknown color: approx Snowy Mint. HEX triplet: CB, EC and C8. RGB value is (203,236,200). Sum of RGB (Red+Green+Blue) = 203+236+200=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC8 is #341337. Grayscale: #DEDEDE. Windows color (decimal): -3412792 or 13167819. OLE color: 13167819.

HSL color Cylindrical-coordinate representation of color #CBECC8: hue angle of 115º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBECC8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB203236200-
CMYK0.1400.150.07
HSL115º48.65%85.49%-
HSV(B)115º15.25%92.55%-
XYZ65.0576.8666.05-
YUV222.03115.57114.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=31.77%
G=36.93%
B=31.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362000.1400.150.0711548.6585.49
HexCBECC8E0F7733155
Octal31335431016017716361125
Binary11001011111011001100100011100111111111100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECC8; }

 p { color: rgb(203,236,200); }

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

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

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

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

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

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

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