Html Css Color HEX #D0ADED Perfume

📋 copy color: '#D0ADED'

red 208 ◦ green 173 ◦ blue 237

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

Shades of Perfume #D0ADED

Tints of Perfume #D0ADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 33.66%
G = 27.99%
B = 38.35%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0ADED (or 0xD0ADED) is known color: Perfume. HEX triplet: D0, AD and ED. RGB value is (208,173,237). Sum of RGB (Red+Green+Blue) = 208+173+237=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADED is #2F5212. Grayscale: #BEBEBE. Windows color (decimal): -3101203 or 15576528. OLE color: 15576528.

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

Color convert

RGB 208 173 237 -
CMYK 0.12 0.27 0 0.07
HSL 272.81º 0.64% 0.8% -
HSV(B) 272.81º 0.27% 0.93% -
XYZ 56.24 49.41 86.69 -
YUV 190.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 208 173 237 0.12 0.27 0 0.07 272.81 0.64 0.8
Hex D0 AD ED C 1B 0 7 111 40 50
Octal 320 255 355 14 33 0 7 421 100 120
Binary 11010000 10101101 11101101 1100 11011 0 111 100010001 1000000 1010000

Color Harmonies of #D0ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADED

Black with #D0ADED

Text Example


Text Example

White with #D0ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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