Html Css Color HEX #CCEDC7 Snowy Mint

📋 copy color: '#CCEDC7'

red 204 ◦ green 237 ◦ blue 199

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

Shades of Snowy Mint #CCEDC7

Tints of Snowy Mint #CCEDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.03%

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

R = 31.88%
G = 37.03%
B = 31.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CCEDC7 (or 0xCCEDC7) is known color: Snowy Mint. HEX triplet: CC, ED and C7. RGB value is (204,237,199). Sum of RGB (Red+Green+Blue) = 204+237+199=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC7 is #331238. Grayscale: #DEDEDE. Windows color (decimal): -3347001 or 13102540. OLE color: 13102540.

HSL color Cylindrical-coordinate representation of color #CCEDC7: hue angle of 112.11º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEDC7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 199 -
CMYK 0.14 0 0.16 0.07
HSL 112.11º 0.51% 0.85% -
HSV(B) 112.11º 0.16% 0.93% -
XYZ 65.49 77.53 65.55 -
YUV 222.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 204 237 199 0.14 0 0.16 0.07 112.11 0.51 0.85
Hex CC ED C7 E 0 10 7 70 33 55
Octal 314 355 307 16 0 20 7 160 63 125
Binary 11001100 11101101 11000111 1110 0 10000 111 1110000 110011 1010101

Color Harmonies of #CCEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDC7

Black with #CCEDC7

Text Example


Text Example

White with #CCEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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