#CFE8CB

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

Shades of Snowy Mint #CFE8CB

Tints of Snowy Mint #CFE8CB

Color information

#CFE8CB (or 0xCFE8CB) is unknown color: approx Snowy Mint. HEX triplet: CF, E8 and CB. RGB value is (207,232,203). Sum of RGB (Red+Green+Blue) = 207+232+203=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8CB is #301734. Grayscale: #DDDDDD. Windows color (decimal): -3151669 or 13363407. OLE color: 13363407.

HSL color Cylindrical-coordinate representation of color #CFE8CB: hue angle of 111.72º degrees, saturation: 0.39, 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 #CFE8CB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB207232203-
CMYK0.1100.120.09
HSL111.72º38.67%85.29%-
HSV(B)111.72º12.5%90.98%-
XYZ65.3775.2967.59-
YUV221.22117.72117.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=32.24%
G=36.14%
B=31.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072322030.1100.120.09111.7238.6785.29
HexCFE8CBB0C9702755
Octal317350313130141116047125
Binary110011111110100011001011101101100100111100001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8CB; }

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

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

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

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

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

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

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

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