#D3DFB4

Color #D3DFB4 Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #D3DFB4

Tints of Harp #D3DFB4

Color information

#D3DFB4 (or 0xD3DFB4) is unknown color: approx Harp. HEX triplet: D3, DF and B4. RGB value is (211,223,180). Sum of RGB (Red+Green+Blue) = 211+223+180=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFB4 is #2C204B. Grayscale: #D6D6D6. Windows color (decimal): -2891852 or 11853779. OLE color: 11853779.

HSL color Cylindrical-coordinate representation of color #D3DFB4: hue angle of 76.74º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3DFB4 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB211223180-
CMYK0.0500.190.13
HSL76.74º40.19%79.02%-
HSV(B)76.74º19.28%87.45%-
XYZ61.4969.9253.43-
YUV214.51108.52125.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.36%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=34.36%
G=36.32%
B=29.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112231800.0500.190.1376.7440.1979.02
HexD3DFB45013D4d284f
Octal32333726450231511550117
Binary110100111101111110110100101010011110110011011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFB4; }

 p { color: rgb(211,223,180); }

 H1.HeaderClassName
 {
   color: #D3DFB4;
 }
 .AnyTagClassName
 {
   color: #D3DFB4;
 }
</style>
background-color css

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

 a { background-color: rgb(211,223,180); }

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

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

 span { border-color: rgb(211,223,180); }

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