#DABDAF

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

Shades of Just Right #DABDAF

Tints of Just Right #DABDAF

Color information

#DABDAF (or 0xDABDAF) is unknown color: approx Just Right. HEX triplet: DA, BD and AF. RGB value is (218,189,175). Sum of RGB (Red+Green+Blue) = 218+189+175=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDAF is #254250. Grayscale: #C4C4C4. Windows color (decimal): -2441809 or 11517402. OLE color: 11517402.

HSL color Cylindrical-coordinate representation of color #DABDAF: hue angle of 19.53º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABDAF is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218189175-
CMYK00.130.200.15
HSL19.53º36.75%77.06%-
HSV(B)19.53º19.72%85.49%-
XYZ54.8554.448.17-
YUV196.08116.11143.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=37.46%
G=32.47%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818917500.130.200.1519.5336.7577.06
HexDABDAF0D14F14254d
Octal33227525701524172445115
Binary11011010101111011010111101101101001111101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDAF; }

 p { color: rgb(218,189,175); }

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

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

 a { background-color: rgb(218,189,175); }

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

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

 span { border-color: rgb(218,189,175); }

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