Html Css Color HEX #D4ADEE Mauve

📋 copy color: '#D4ADEE'

red 212 ◦ green 173 ◦ blue 238

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

Shades of Mauve #D4ADEE

Tints of Mauve #D4ADEE

RGB

 RED value IS 212 (83.2% from 255) = 34.03%

 GREEN value IS 173 (67.97% from 255) = 27.77%

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 34.03%
G = 27.77%
B = 38.2%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4ADEE (or 0xD4ADEE) is known color: Mauve. HEX triplet: D4, AD and EE. RGB value is (212,173,238). Sum of RGB (Red+Green+Blue) = 212+173+238=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADEE is #2B5211. Grayscale: #BFBFBF. Windows color (decimal): -2839058 or 15642068. OLE color: 15642068.

HSL color Cylindrical-coordinate representation of color #D4ADEE: hue angle of 276º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4ADEE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 173 238 -
CMYK 0.11 0.27 0 0.07
HSL 276º 0.66% 0.81% -
HSV(B) 276º 0.27% 0.93% -
XYZ 57.53 50.06 87.52 -
YUV 192.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 212 173 238 0.11 0.27 0 0.07 276 0.66 0.81
Hex D4 AD EE B 1B 0 7 114 42 51
Octal 324 255 356 13 33 0 7 424 102 121
Binary 11010100 10101101 11101110 1011 11011 0 111 100010100 1000010 1010001

Color Harmonies of #D4ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADEE

Black with #D4ADEE

Text Example


Text Example

White with #D4ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADEE; }

 p { color: rgb(212,173,238); }

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

background-color css

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

 a { background-color: rgb(212,173,238); }

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

border-color css

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

 span { border-color: rgb(212,173,238); }

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