#CFE6CB

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

Shades of Snowy Mint #CFE6CB

Tints of Snowy Mint #CFE6CB

Color information

#CFE6CB (or 0xCFE6CB) is unknown color: approx Snowy Mint. HEX triplet: CF, E6 and CB. RGB value is (207,230,203). Sum of RGB (Red+Green+Blue) = 207+230+203=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6CB is #301934. Grayscale: #DCDCDC. Windows color (decimal): -3152181 or 13362895. OLE color: 13362895.

HSL color Cylindrical-coordinate representation of color #CFE6CB: hue angle of 111.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE6CB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB207230203-
CMYK0.1000.120.10
HSL111.11º35.06%84.9%-
HSV(B)111.11º11.74%90.2%-
XYZ64.8174.1767.4-
YUV220.04118.38118.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=32.34%
G=35.94%
B=31.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072302030.1000.120.10111.1135.0684.9
HexCFE6CBA0CA6f2355
Octal317346313120141215743125
Binary110011111110011011001011101001100101011011111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6CB; }

 p { color: rgb(207,230,203); }

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

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

 a { background-color: rgb(207,230,203); }

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

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

 span { border-color: rgb(207,230,203); }

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