Html Css Color HEX #D6DCD5 Apple Green

📋 copy color: '#D6DCD5'

red 214 ◦ green 220 ◦ blue 213

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

Shades of Apple Green #D6DCD5

Tints of Apple Green #D6DCD5

RGB

 RED value IS 214 (83.98% from 255) = 33.08%

 GREEN value IS 220 (86.33% from 255) = 34%

 BLUE value IS 213 (83.59% from 255) = 32.92%

R = 33.08%
G = 34%
B = 32.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#D6DCD5 (or 0xD6DCD5) is known color: Apple Green. HEX triplet: D6, DC and D5. RGB value is (214,220,213). Sum of RGB (Red+Green+Blue) = 214+220+213=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCD5 is #29232A. Grayscale: #D9D9D9. Windows color (decimal): -2695979 or 14015702. OLE color: 14015702.

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

Color convert

RGB 214 220 213 -
CMYK 0.03 0 0.03 0.14
HSL 111.43º 0.09% 0.85% -
HSV(B) 111.43º 0.03% 0.86% -
XYZ 65.34 70.29 73.07 -
YUV 217.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 214 220 213 0.03 0 0.03 0.14 111.43 0.09 0.85
Hex D6 DC D5 3 0 3 E 6F 9 55
Octal 326 334 325 3 0 3 16 157 11 125
Binary 11010110 11011100 11010101 11 0 11 1110 1101111 1001 1010101

Color Harmonies of #D6DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCD5

Black with #D6DCD5

Text Example


Text Example

White with #D6DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCD5; }

 p { color: rgb(214,220,213); }

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

background-color css

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

 a { background-color: rgb(214,220,213); }

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

border-color css

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

 span { border-color: rgb(214,220,213); }

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