Html Css Color HEX #CCEDC8 Snowy Mint

📋 copy color: '#CCEDC8'

red 204 ◦ green 237 ◦ blue 200

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

Shades of Snowy Mint #CCEDC8

Tints of Snowy Mint #CCEDC8

RGB

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

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

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

R = 31.83%
G = 36.97%
B = 31.2%

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

#CCEDC8 (or 0xCCEDC8) is known color: Snowy Mint. HEX triplet: CC, ED and C8. RGB value is (204,237,200). Sum of RGB (Red+Green+Blue) = 204+237+200=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC8 is #331237. Grayscale: #DFDFDF. Windows color (decimal): -3347000 or 13168076. OLE color: 13168076.

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

Color convert

RGB 204 237 200 -
CMYK 0.14 0 0.16 0.07
HSL 113.51º 0.51% 0.86% -
HSV(B) 113.51º 0.16% 0.93% -
XYZ 65.61 77.58 66.16 -
YUV 222.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 204 237 200 0.14 0 0.16 0.07 113.51 0.51 0.86
Hex CC ED C8 E 0 10 7 72 33 56
Octal 314 355 310 16 0 20 7 162 63 126
Binary 11001100 11101101 11001000 1110 0 10000 111 1110010 110011 1010110

Color Harmonies of #CCEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDC8

Black with #CCEDC8

Text Example


Text Example

White with #CCEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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