Html Css Color HEX #D2DED1 Apple Green

📋 copy color: '#D2DED1'

red 210 ◦ green 222 ◦ blue 209

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

Shades of Apple Green #D2DED1

Tints of Apple Green #D2DED1

RGB

 RED value IS 210 (82.42% from 255) = 32.76%

 GREEN value IS 222 (87.11% from 255) = 34.63%

 BLUE value IS 209 (82.03% from 255) = 32.61%

R = 32.76%
G = 34.63%
B = 32.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#D2DED1 (or 0xD2DED1) is known color: Apple Green. HEX triplet: D2, DE and D1. RGB value is (210,222,209). Sum of RGB (Red+Green+Blue) = 210+222+209=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DED1 is #2D212E. Grayscale: #D8D8D8. Windows color (decimal): -2957615 or 13754066. OLE color: 13754066.

HSL color Cylindrical-coordinate representation of color #D2DED1: hue angle of 115.38º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DED1 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 222 209 -
CMYK 0.05 0 0.06 0.13
HSL 115.38º 0.16% 0.85% -
HSV(B) 115.38º 0.06% 0.87% -
XYZ 64.21 70.55 70.55 -
YUV 216.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 210 222 209 0.05 0 0.06 0.13 115.38 0.16 0.85
Hex D2 DE D1 5 0 6 D 73 10 55
Octal 322 336 321 5 0 6 15 163 20 125
Binary 11010010 11011110 11010001 101 0 110 1101 1110011 10000 1010101

Color Harmonies of #D2DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DED1

Black with #D2DED1

Text Example


Text Example

White with #D2DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DED1; }

 p { color: rgb(210,222,209); }

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

background-color css

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

 a { background-color: rgb(210,222,209); }

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

border-color css

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

 span { border-color: rgb(210,222,209); }

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