Html Css Color HEX #CFF1CA Snowy Mint

📋 copy color: '#CFF1CA'

red 207 ◦ green 241 ◦ blue 202

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

Shades of Snowy Mint #CFF1CA

Tints of Snowy Mint #CFF1CA

RGB

 RED value IS 207 (81.25% from 255) = 31.85%

 GREEN value IS 241 (94.53% from 255) = 37.08%

 BLUE value IS 202 (79.3% from 255) = 31.08%

R = 31.85%
G = 37.08%
B = 31.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#CFF1CA (or 0xCFF1CA) is known color: Snowy Mint. HEX triplet: CF, F1 and CA. RGB value is (207,241,202). Sum of RGB (Red+Green+Blue) = 207+241+202=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1CA is #300E35. Grayscale: #E2E2E2. Windows color (decimal): -3149366 or 13300175. OLE color: 13300175.

HSL color Cylindrical-coordinate representation of color #CFF1CA: hue angle of 112.31º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF1CA is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 202 -
CMYK 0.14 0 0.16 0.05
HSL 112.31º 0.58% 0.87% -
HSV(B) 112.31º 0.16% 0.95% -
XYZ 67.85 80.44 67.83 -
YUV 226.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 207 241 202 0.14 0 0.16 0.05 112.31 0.58 0.87
Hex CF F1 CA E 0 10 5 70 3A 57
Octal 317 361 312 16 0 20 5 160 72 127
Binary 11001111 11110001 11001010 1110 0 10000 101 1110000 111010 1010111

Color Harmonies of #CFF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF1CA

Black with #CFF1CA

Text Example


Text Example

White with #CFF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF1CA; }

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

 H1.HeaderClassName
 {
   color: #CFF1CA;
 }
 .AnyTagClassName
 {
   color: #CFF1CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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