Html Css Color HEX #CFE9CA Snowy Mint

📋 copy color: '#CFE9CA'

red 207 ◦ green 233 ◦ blue 202

#CFE9CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snowy Mint #CFE9CA

Tints of Snowy Mint #CFE9CA

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.3% from 255) = 31.46%

R = 32.24%
G = 36.29%
B = 31.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#CFE9CA (or 0xCFE9CA) is known color: 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

RGB 207 233 202 -
CMYK 0.11 0 0.13 0.09
HSL 110.32º 0.41% 0.85% -
HSV(B) 110.32º 0.13% 0.91% -
XYZ 65.53 75.81 67.06 -
YUV 221.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 207 233 202 0.11 0 0.13 0.09 110.32 0.41 0.85
Hex CF E9 CA B 0 D 9 6E 29 55
Octal 317 351 312 13 0 15 11 156 51 125
Binary 11001111 11101001 11001010 1011 0 1101 1001 1101110 101001 1010101

Color Harmonies of #CFE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE9CA

Black with #CFE9CA

Text Example


Text Example

White with #CFE9CA

Text Example


Text Example

HTML Codes & Css Web 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>