Html Css Color HEX #D5DCD4 Apple Green

📋 copy color: '#D5DCD4'

red 213 ◦ green 220 ◦ blue 212

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

Shades of Apple Green #D5DCD4

Tints of Apple Green #D5DCD4

RGB

 RED value IS 213 (83.59% from 255) = 33.02%

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

 BLUE value IS 212 (83.2% from 255) = 32.87%

R = 33.02%
G = 34.11%
B = 32.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#D5DCD4 (or 0xD5DCD4) is known color: Apple Green. HEX triplet: D5, DC and D4. RGB value is (213,220,212). Sum of RGB (Red+Green+Blue) = 213+220+212=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCD4 is #2A232B. Grayscale: #D9D9D9. Windows color (decimal): -2761516 or 13950165. OLE color: 13950165.

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

Color convert

RGB 213 220 212 -
CMYK 0.03 0 0.04 0.14
HSL 112.5º 0.1% 0.85% -
HSV(B) 112.5º 0.04% 0.86% -
XYZ 64.92 70.09 72.39 -
YUV 217 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 213 220 212 0.03 0 0.04 0.14 112.5 0.1 0.85
Hex D5 DC D4 3 0 4 E 70 A 55
Octal 325 334 324 3 0 4 16 160 12 125
Binary 11010101 11011100 11010100 11 0 100 1110 1110000 1010 1010101

Color Harmonies of #D5DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCD4

Black with #D5DCD4

Text Example


Text Example

White with #D5DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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