#CBECC7

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

Shades of Snowy Mint #CBECC7

Tints of Snowy Mint #CBECC7

Color information

#CBECC7 (or 0xCBECC7) is unknown color: approx Snowy Mint. HEX triplet: CB, EC and C7. RGB value is (203,236,199). Sum of RGB (Red+Green+Blue) = 203+236+199=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC7 is #341338. Grayscale: #DEDEDE. Windows color (decimal): -3412793 or 13102283. OLE color: 13102283.

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

Color convert

RGB203236199-
CMYK0.1400.160.07
HSL113.51º49.33%85.29%-
HSV(B)113.51º15.68%92.55%-
XYZ64.9376.8165.44-
YUV221.92115.07114.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=31.82%
G=36.99%
B=31.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032361990.1400.160.07113.5149.3385.29
HexCBECC7E0107723155
Octal31335430716020716261125
Binary110010111110110011000111111001000011111100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECC7; }

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

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

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

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

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

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

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

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