Html Css Color HEX #DADFD9 Apple Green

📋 copy color: '#DADFD9'

red 218 ◦ green 223 ◦ blue 217

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

Shades of Apple Green #DADFD9

Tints of Apple Green #DADFD9

RGB

 RED value IS 218 (85.55% from 255) = 33.13%

 GREEN value IS 223 (87.5% from 255) = 33.89%

 BLUE value IS 217 (85.16% from 255) = 32.98%

R = 33.13%
G = 33.89%
B = 32.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DADFD9 (or 0xDADFD9) is known color: Apple Green. HEX triplet: DA, DF and D9. RGB value is (218,223,217). Sum of RGB (Red+Green+Blue) = 218+223+217=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFD9 is #252026. Grayscale: #DCDCDC. Windows color (decimal): -2433063 or 14278618. OLE color: 14278618.

HSL color Cylindrical-coordinate representation of color #DADFD9: hue angle of 110º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADFD9 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 217 -
CMYK 0.02 0 0.03 0.13
HSL 110º 0.09% 0.86% -
HSV(B) 110º 0.03% 0.87% -
XYZ 67.83 72.69 76.1 -
YUV 220.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 218 223 217 0.02 0 0.03 0.13 110 0.09 0.86
Hex DA DF D9 2 0 3 D 6E 9 56
Octal 332 337 331 2 0 3 15 156 11 126
Binary 11011010 11011111 11011001 10 0 11 1101 1101110 1001 1010110

Color Harmonies of #DADFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFD9

Black with #DADFD9

Text Example


Text Example

White with #DADFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFD9; }

 p { color: rgb(218,223,217); }

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

background-color css

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

 a { background-color: rgb(218,223,217); }

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

border-color css

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

 span { border-color: rgb(218,223,217); }

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