#CBEDC5

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

Shades of Snowy Mint #CBEDC5

Tints of Snowy Mint #CBEDC5

Color information

#CBEDC5 (or 0xCBEDC5) is unknown color: approx Snowy Mint. HEX triplet: CB, ED and C5. RGB value is (203,237,197). Sum of RGB (Red+Green+Blue) = 203+237+197=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC5 is #34123A. Grayscale: #DEDEDE. Windows color (decimal): -3412539 or 12971467. OLE color: 12971467.

HSL color Cylindrical-coordinate representation of color #CBEDC5: hue angle of 111º degrees, saturation: 0.53, 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 #CBEDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB203237197-
CMYK0.1400.170.07
HSL111º52.63%85.1%-
HSV(B)111º16.88%92.94%-
XYZ64.9977.364.32-
YUV222.27113.74114.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=31.87%
G=37.21%
B=30.93%

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
Decimal2032371970.1400.170.0711152.6385.1
HexCBEDC5E01176f3555
Octal31335530516021715765125
Binary110010111110110111000101111001000111111011111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDC5; }

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

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

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

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

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

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

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

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