Html Css Color HEX #CCF2C8 Snowy Mint

📋 copy color: '#CCF2C8'

red 204 ◦ green 242 ◦ blue 200

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

Shades of Snowy Mint #CCF2C8

Tints of Snowy Mint #CCF2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.96%

R = 31.58%
G = 37.46%
B = 30.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#CCF2C8 (or 0xCCF2C8) is known color: Snowy Mint. HEX triplet: CC, F2 and C8. RGB value is (204,242,200). Sum of RGB (Red+Green+Blue) = 204+242+200=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2C8 is #330D37. Grayscale: #E1E1E1. Windows color (decimal): -3345720 or 13169356. OLE color: 13169356.

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

Color convert

RGB 204 242 200 -
CMYK 0.16 0 0.17 0.05
HSL 114.29º 0.62% 0.87% -
HSV(B) 114.29º 0.17% 0.95% -
XYZ 67.08 80.51 66.65 -
YUV 225.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 204 242 200 0.16 0 0.17 0.05 114.29 0.62 0.87
Hex CC F2 C8 10 0 11 5 72 3E 57
Octal 314 362 310 20 0 21 5 162 76 127
Binary 11001100 11110010 11001000 10000 0 10001 101 1110010 111110 1010111

Color Harmonies of #CCF2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2C8

Black with #CCF2C8

Text Example


Text Example

White with #CCF2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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