#CBECC5

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

Shades of Snowy Mint #CBECC5

Tints of Snowy Mint #CBECC5

Color information

#CBECC5 (or 0xCBECC5) is unknown color: approx Snowy Mint. HEX triplet: CB, EC and C5. RGB value is (203,236,197). Sum of RGB (Red+Green+Blue) = 203+236+197=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC5 is #34133A. Grayscale: #DDDDDD. Windows color (decimal): -3412795 or 12971211. OLE color: 12971211.

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

Color convert

RGB203236197-
CMYK0.1400.170.07
HSL110.77º50.65%84.9%-
HSV(B)110.77º16.53%92.55%-
XYZ64.776.7264.22-
YUV221.69114.07114.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=31.92%
G=37.11%
B=30.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032361970.1400.170.07110.7750.6584.9
HexCBECC5E01176f3355
Octal31335430516021715763125
Binary110010111110110011000101111001000111111011111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECC5; }

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

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

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

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

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

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

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

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