#CFE9CA

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

Shades of Snowy Mint #CFE9CA

Tints of Snowy Mint #CFE9CA

Color information

#CFE9CA (or 0xCFE9CA) is unknown color: approx Snowy Mint. HEX triplet: CF, E9 and CA. RGB value is (207,233,202). Sum of RGB (Red+Green+Blue) = 207+233+202=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9CA is #301635. Grayscale: #DDDDDD. Windows color (decimal): -3151414 or 13298127. OLE color: 13298127.

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

Color convert

RGB207233202-
CMYK0.1100.130.09
HSL110.32º41.33%85.29%-
HSV(B)110.32º13.3%91.37%-
XYZ65.5375.8167.06-
YUV221.69116.89117.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=32.24%
G=36.29%
B=31.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072332020.1100.130.09110.3241.3385.29
HexCFE9CAB0D96e2955
Octal317351312130151115651125
Binary110011111110100111001010101101101100111011101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9CA; }

 p { color: rgb(207,233,202); }

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

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

 a { background-color: rgb(207,233,202); }

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

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

 span { border-color: rgb(207,233,202); }

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