Html Css Color HEX #D3D8C1 Harp

📋 copy color: '#D3D8C1'

red 211 ◦ green 216 ◦ blue 193

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

Shades of Harp #D3D8C1

Tints of Harp #D3D8C1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.84%

 BLUE value IS 193 (75.78% from 255) = 31.13%

R = 34.03%
G = 34.84%
B = 31.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D3D8C1 (or 0xD3D8C1) is known color: Harp. HEX triplet: D3, D8 and C1. RGB value is (211,216,193). Sum of RGB (Red+Green+Blue) = 211+216+193=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8C1 is #2C273E. Grayscale: #D3D3D3. Windows color (decimal): -2893631 or 12703955. OLE color: 12703955.

HSL color Cylindrical-coordinate representation of color #D3D8C1: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3D8C1 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 216 193 -
CMYK 0.02 0 0.11 0.15
HSL 73.04º 0.23% 0.8% -
HSV(B) 73.04º 0.11% 0.85% -
XYZ 61.05 66.81 60.13 -
YUV 211.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 211 216 193 0.02 0 0.11 0.15 73.04 0.23 0.8
Hex D3 D8 C1 2 0 B F 49 17 50
Octal 323 330 301 2 0 13 17 111 27 120
Binary 11010011 11011000 11000001 10 0 1011 1111 1001001 10111 1010000

Color Harmonies of #D3D8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D8C1

Black with #D3D8C1

Text Example


Text Example

White with #D3D8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D8C1; }

 p { color: rgb(211,216,193); }

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

background-color css

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

 a { background-color: rgb(211,216,193); }

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

border-color css

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

 span { border-color: rgb(211,216,193); }

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