Html Css Color HEX #CCF8C6 Snowy Mint

📋 copy color: '#CCF8C6'

red 204 ◦ green 248 ◦ blue 198

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

Shades of Snowy Mint #CCF8C6

Tints of Snowy Mint #CCF8C6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.15%

 BLUE value IS 198 (77.73% from 255) = 30.46%

R = 31.38%
G = 38.15%
B = 30.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#CCF8C6 (or 0xCCF8C6) is known color: Snowy Mint. HEX triplet: CC, F8 and C6. RGB value is (204,248,198). Sum of RGB (Red+Green+Blue) = 204+248+198=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8C6 is #330739. Grayscale: #E5E5E5. Windows color (decimal): -3344186 or 13039820. OLE color: 13039820.

HSL color Cylindrical-coordinate representation of color #CCF8C6: hue angle of 112.8º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF8C6 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 198 -
CMYK 0.18 0 0.20 0.03
HSL 112.8º 0.78% 0.87% -
HSV(B) 112.8º 0.2% 0.97% -
XYZ 68.66 84.05 66.03 -
YUV 229.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 204 248 198 0.18 0 0.20 0.03 112.8 0.78 0.87
Hex CC F8 C6 12 0 14 3 71 4E 57
Octal 314 370 306 22 0 24 3 161 116 127
Binary 11001100 11111000 11000110 10010 0 10100 11 1110001 1001110 1010111

Color Harmonies of #CCF8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8C6

Black with #CCF8C6

Text Example


Text Example

White with #CCF8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8C6; }

 p { color: rgb(204,248,198); }

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

background-color css

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

 a { background-color: rgb(204,248,198); }

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

border-color css

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

 span { border-color: rgb(204,248,198); }

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