Html Css Color HEX #CDEAC9 Snowy Mint

📋 copy color: '#CDEAC9'

red 205 ◦ green 234 ◦ blue 201

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

Shades of Snowy Mint #CDEAC9

Tints of Snowy Mint #CDEAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

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

R = 32.03%
G = 36.56%
B = 31.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#CDEAC9 (or 0xCDEAC9) is known color: Snowy Mint. HEX triplet: CD, EA and C9. RGB value is (205,234,201). Sum of RGB (Red+Green+Blue) = 205+234+201=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAC9 is #321536. Grayscale: #DDDDDD. Windows color (decimal): -3282231 or 13232845. OLE color: 13232845.

HSL color Cylindrical-coordinate representation of color #CDEAC9: hue angle of 112.73º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEAC9 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 201 -
CMYK 0.12 0 0.14 0.08
HSL 112.73º 0.44% 0.85% -
HSV(B) 112.73º 0.14% 0.92% -
XYZ 65.14 76.04 66.5 -
YUV 221.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 205 234 201 0.12 0 0.14 0.08 112.73 0.44 0.85
Hex CD EA C9 C 0 E 8 71 2C 55
Octal 315 352 311 14 0 16 10 161 54 125
Binary 11001101 11101010 11001001 1100 0 1110 1000 1110001 101100 1010101

Color Harmonies of #CDEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAC9

Black with #CDEAC9

Text Example


Text Example

White with #CDEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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