#CBEDC8

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

Shades of Snowy Mint #CBEDC8

Tints of Snowy Mint #CBEDC8

Color information

#CBEDC8 (or 0xCBEDC8) is unknown color: approx Snowy Mint. HEX triplet: CB, ED and C8. RGB value is (203,237,200). Sum of RGB (Red+Green+Blue) = 203+237+200=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC8 is #341237. Grayscale: #DEDEDE. Windows color (decimal): -3412536 or 13168075. OLE color: 13168075.

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

Color convert

RGB203237200-
CMYK0.1400.160.07
HSL115.14º50.68%85.69%-
HSV(B)115.14º15.61%92.94%-
XYZ65.3477.4466.15-
YUV222.62115.24114.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=31.72%
G=37.03%
B=31.25%

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
Decimal2032372000.1400.160.07115.1450.6885.69
HexCBEDC8E0107733356
Octal31335531016020716363126
Binary110010111110110111001000111001000011111100111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDC8; }

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

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

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

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

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

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

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

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