Html Css Color HEX #CCEFC8 Snowy Mint

📋 copy color: '#CCEFC8'

red 204 ◦ green 239 ◦ blue 200

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

Shades of Snowy Mint #CCEFC8

Tints of Snowy Mint #CCEFC8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.17%

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

R = 31.73%
G = 37.17%
B = 31.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#CCEFC8 (or 0xCCEFC8) is known color: Snowy Mint. HEX triplet: CC, EF and C8. RGB value is (204,239,200). Sum of RGB (Red+Green+Blue) = 204+239+200=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC8 is #331037. Grayscale: #E0E0E0. Windows color (decimal): -3346488 or 13168588. OLE color: 13168588.

HSL color Cylindrical-coordinate representation of color #CCEFC8: hue angle of 113.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 200 -
CMYK 0.15 0 0.16 0.06
HSL 113.85º 0.55% 0.86% -
HSV(B) 113.85º 0.16% 0.94% -
XYZ 66.19 78.74 66.35 -
YUV 224.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 204 239 200 0.15 0 0.16 0.06 113.85 0.55 0.86
Hex CC EF C8 F 0 10 6 72 37 56
Octal 314 357 310 17 0 20 6 162 67 126
Binary 11001100 11101111 11001000 1111 0 10000 110 1110010 110111 1010110

Color Harmonies of #CCEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFC8

Black with #CCEFC8

Text Example


Text Example

White with #CCEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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