#CFE7CB

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

Shades of Snowy Mint #CFE7CB

Tints of Snowy Mint #CFE7CB

Color information

#CFE7CB (or 0xCFE7CB) is unknown color: approx Snowy Mint. HEX triplet: CF, E7 and CB. RGB value is (207,231,203). Sum of RGB (Red+Green+Blue) = 207+231+203=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7CB is #301834. Grayscale: #DCDCDC. Windows color (decimal): -3151925 or 13363151. OLE color: 13363151.

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

Color convert

RGB207231203-
CMYK0.1000.120.09
HSL111.43º36.84%85.1%-
HSV(B)111.43º12.12%90.59%-
XYZ65.0974.7367.49-
YUV220.63118.05118.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=32.29%
G=36.04%
B=31.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312030.1000.120.09111.4336.8485.1
HexCFE7CBA0C96f2555
Octal317347313120141115745125
Binary110011111110011111001011101001100100111011111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7CB; }

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

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

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

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

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

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

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

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