Html Css Color HEX #CDEDC9 Snowy Mint

📋 copy color: '#CDEDC9'

red 205 ◦ green 237 ◦ blue 201

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

Shades of Snowy Mint #CDEDC9

Tints of Snowy Mint #CDEDC9

RGB

 RED value IS 205 (80.47% from 255) = 31.88%

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

 BLUE value IS 201 (78.91% from 255) = 31.26%

R = 31.88%
G = 36.86%
B = 31.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CDEDC9 (or 0xCDEDC9) is known color: Snowy Mint. HEX triplet: CD, ED and C9. RGB value is (205,237,201). Sum of RGB (Red+Green+Blue) = 205+237+201=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC9 is #321236. Grayscale: #DFDFDF. Windows color (decimal): -3281463 or 13233613. OLE color: 13233613.

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

Color convert

RGB 205 237 201 -
CMYK 0.14 0 0.15 0.07
HSL 113.33º 0.5% 0.86% -
HSV(B) 113.33º 0.15% 0.93% -
XYZ 66 77.76 66.79 -
YUV 223.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 205 237 201 0.14 0 0.15 0.07 113.33 0.5 0.86
Hex CD ED C9 E 0 F 7 71 32 56
Octal 315 355 311 16 0 17 7 161 62 126
Binary 11001101 11101101 11001001 1110 0 1111 111 1110001 110010 1010110

Color Harmonies of #CDEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDC9

Black with #CDEDC9

Text Example


Text Example

White with #CDEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDC9; }

 p { color: rgb(205,237,201); }

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

background-color css

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

 a { background-color: rgb(205,237,201); }

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

border-color css

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

 span { border-color: rgb(205,237,201); }

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