Html Css Color HEX #CDEDC8 Snowy Mint

📋 copy color: '#CDEDC8'

red 205 ◦ green 237 ◦ blue 200

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

Shades of Snowy Mint #CDEDC8

Tints of Snowy Mint #CDEDC8

RGB

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

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

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

R = 31.93%
G = 36.92%
B = 31.15%

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

#CDEDC8 (or 0xCDEDC8) is known color: Snowy Mint. HEX triplet: CD, ED and C8. RGB value is (205,237,200). Sum of RGB (Red+Green+Blue) = 205+237+200=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC8 is #321237. Grayscale: #DFDFDF. Windows color (decimal): -3281464 or 13168077. OLE color: 13168077.

HSL color Cylindrical-coordinate representation of color #CDEDC8: hue angle of 111.89º 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 #CDEDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 237 200 -
CMYK 0.14 0 0.16 0.07
HSL 111.89º 0.51% 0.86% -
HSV(B) 111.89º 0.16% 0.93% -
XYZ 65.89 77.72 66.17 -
YUV 223.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 205 237 200 0.14 0 0.16 0.07 111.89 0.51 0.86
Hex CD ED C8 E 0 10 7 70 33 56
Octal 315 355 310 16 0 20 7 160 63 126
Binary 11001101 11101101 11001000 1110 0 10000 111 1110000 110011 1010110

Color Harmonies of #CDEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDC8

Black with #CDEDC8

Text Example


Text Example

White with #CDEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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