Html Css Color HEX #CCF2C7 Snowy Mint

📋 copy color: '#CCF2C7'

red 204 ◦ green 242 ◦ blue 199

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

Shades of Snowy Mint #CCF2C7

Tints of Snowy Mint #CCF2C7

RGB

 RED value IS 204 (80.08% from 255) = 31.63%

 GREEN value IS 242 (94.92% from 255) = 37.52%

 BLUE value IS 199 (78.13% from 255) = 30.85%

R = 31.63%
G = 37.52%
B = 30.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#CCF2C7 (or 0xCCF2C7) is known color: Snowy Mint. HEX triplet: CC, F2 and C7. RGB value is (204,242,199). Sum of RGB (Red+Green+Blue) = 204+242+199=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2C7 is #330D38. Grayscale: #E1E1E1. Windows color (decimal): -3345721 or 13103820. OLE color: 13103820.

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

Color convert

RGB 204 242 199 -
CMYK 0.16 0 0.18 0.05
HSL 113.02º 0.62% 0.86% -
HSV(B) 113.02º 0.18% 0.95% -
XYZ 66.96 80.47 66.03 -
YUV 225.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 204 242 199 0.16 0 0.18 0.05 113.02 0.62 0.86
Hex CC F2 C7 10 0 12 5 71 3E 56
Octal 314 362 307 20 0 22 5 161 76 126
Binary 11001100 11110010 11000111 10000 0 10010 101 1110001 111110 1010110

Color Harmonies of #CCF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2C7

Black with #CCF2C7

Text Example


Text Example

White with #CCF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2C7; }

 p { color: rgb(204,242,199); }

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

background-color css

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

 a { background-color: rgb(204,242,199); }

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

border-color css

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

 span { border-color: rgb(204,242,199); }

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