Html Css Color HEX #D0ADEE Perfume

📋 copy color: '#D0ADEE'

red 208 ◦ green 173 ◦ blue 238

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

Shades of Perfume #D0ADEE

Tints of Perfume #D0ADEE

RGB

 RED value IS 208 (81.64% from 255) = 33.6%

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

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

R = 33.6%
G = 27.95%
B = 38.45%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0ADEE (or 0xD0ADEE) is known color: Perfume. HEX triplet: D0, AD and EE. RGB value is (208,173,238). Sum of RGB (Red+Green+Blue) = 208+173+238=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADEE is #2F5211. Grayscale: #BEBEBE. Windows color (decimal): -3101202 or 15642064. OLE color: 15642064.

HSL color Cylindrical-coordinate representation of color #D0ADEE: hue angle of 272.31º 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 #D0ADEE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 173 238 -
CMYK 0.13 0.27 0 0.07
HSL 272.31º 0.66% 0.81% -
HSV(B) 272.31º 0.27% 0.93% -
XYZ 56.39 49.47 87.47 -
YUV 190.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 208 173 238 0.13 0.27 0 0.07 272.31 0.66 0.81
Hex D0 AD EE D 1B 0 7 110 42 51
Octal 320 255 356 15 33 0 7 420 102 121
Binary 11010000 10101101 11101110 1101 11011 0 111 100010000 1000010 1010001

Color Harmonies of #D0ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADEE

Black with #D0ADEE

Text Example


Text Example

White with #D0ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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