Html Css Color HEX #D3DCD2 Apple Green

📋 copy color: '#D3DCD2'

red 211 ◦ green 220 ◦ blue 210

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

Shades of Apple Green #D3DCD2

Tints of Apple Green #D3DCD2

RGB

 RED value IS 211 (82.81% from 255) = 32.92%

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

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

R = 32.92%
G = 34.32%
B = 32.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#D3DCD2 (or 0xD3DCD2) is known color: Apple Green. HEX triplet: D3, DC and D2. RGB value is (211,220,210). Sum of RGB (Red+Green+Blue) = 211+220+210=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCD2 is #2C232D. Grayscale: #D8D8D8. Windows color (decimal): -2892590 or 13819091. OLE color: 13819091.

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

Color convert

RGB 211 220 210 -
CMYK 0.04 0 0.05 0.14
HSL 114º 0.13% 0.84% -
HSV(B) 114º 0.05% 0.86% -
XYZ 64.09 69.69 71.05 -
YUV 216.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 211 220 210 0.04 0 0.05 0.14 114 0.13 0.84
Hex D3 DC D2 4 0 5 E 72 C 54
Octal 323 334 322 4 0 5 16 162 14 124
Binary 11010011 11011100 11010010 100 0 101 1110 1110010 1100 1010100

Color Harmonies of #D3DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCD2

Black with #D3DCD2

Text Example


Text Example

White with #D3DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCD2; }

 p { color: rgb(211,220,210); }

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

background-color css

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

 a { background-color: rgb(211,220,210); }

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

border-color css

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

 span { border-color: rgb(211,220,210); }

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