#CFE5CB

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

Shades of Snowy Mint #CFE5CB

Tints of Snowy Mint #CFE5CB

Color information

#CFE5CB (or 0xCFE5CB) is unknown color: approx Snowy Mint. HEX triplet: CF, E5 and CB. RGB value is (207,229,203). Sum of RGB (Red+Green+Blue) = 207+229+203=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5CB is #301A34. Grayscale: #DBDBDB. Windows color (decimal): -3152437 or 13362639. OLE color: 13362639.

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

Color convert

RGB207229203-
CMYK0.1000.110.10
HSL110.77º33.33%84.71%-
HSV(B)110.77º11.35%89.8%-
XYZ64.5373.6267.31-
YUV219.46118.71119.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=32.39%
G=35.84%
B=31.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072292030.1000.110.10110.7733.3384.71
HexCFE5CBA0BA6f2155
Octal317345313120131215741125
Binary110011111110010111001011101001011101011011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5CB; }

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

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

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

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

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

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

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

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