#CBEDC6

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

Shades of Snowy Mint #CBEDC6

Tints of Snowy Mint #CBEDC6

Color information

#CBEDC6 (or 0xCBEDC6) is unknown color: approx Snowy Mint. HEX triplet: CB, ED and C6. RGB value is (203,237,198). Sum of RGB (Red+Green+Blue) = 203+237+198=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC6 is #341239. Grayscale: #DEDEDE. Windows color (decimal): -3412538 or 13037003. OLE color: 13037003.

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

Color convert

RGB203237198-
CMYK0.1400.160.07
HSL112.31º52%85.29%-
HSV(B)112.31º16.46%92.94%-
XYZ65.1177.3464.92-
YUV222.39114.24114.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=31.82%
G=37.15%
B=31.03%

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
Decimal2032371980.1400.160.07112.315285.29
HexCBEDC6E0107703455
Octal31335530616020716064125
Binary110010111110110111000110111001000011111100001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDC6; }

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

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

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

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

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

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

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

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