Html Css Color HEX #CCEFC5 Snowy Mint

📋 copy color: '#CCEFC5'

red 204 ◦ green 239 ◦ blue 197

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

Shades of Snowy Mint #CCEFC5

Tints of Snowy Mint #CCEFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.78%

R = 31.88%
G = 37.34%
B = 30.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#CCEFC5 (or 0xCCEFC5) is known color: Snowy Mint. HEX triplet: CC, EF and C5. RGB value is (204,239,197). Sum of RGB (Red+Green+Blue) = 204+239+197=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC5 is #33103A. Grayscale: #DFDFDF. Windows color (decimal): -3346491 or 12971980. OLE color: 12971980.

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

Color convert

RGB 204 239 197 -
CMYK 0.15 0 0.18 0.06
HSL 110º 0.57% 0.85% -
HSV(B) 110º 0.18% 0.94% -
XYZ 65.85 78.6 64.52 -
YUV 223.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 204 239 197 0.15 0 0.18 0.06 110 0.57 0.85
Hex CC EF C5 F 0 12 6 6E 39 55
Octal 314 357 305 17 0 22 6 156 71 125
Binary 11001100 11101111 11000101 1111 0 10010 110 1101110 111001 1010101

Color Harmonies of #CCEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFC5

Black with #CCEFC5

Text Example


Text Example

White with #CCEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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