Html Css Color HEX #D0ACD7 Prelude

📋 copy color: '#D0ACD7'

red 208 ◦ green 172 ◦ blue 215

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

Shades of Prelude #D0ACD7

Tints of Prelude #D0ACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.91%

 BLUE value IS 215 (84.38% from 255) = 36.13%

R = 34.96%
G = 28.91%
B = 36.13%

CMYK

 C value IS 0.03

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0ACD7 (or 0xD0ACD7) is known color: Prelude. HEX triplet: D0, AC and D7. RGB value is (208,172,215). Sum of RGB (Red+Green+Blue) = 208+172+215=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACD7 is #2F5328. Grayscale: #BBBBBB. Windows color (decimal): -3101481 or 14134480. OLE color: 14134480.

HSL color Cylindrical-coordinate representation of color #D0ACD7: hue angle of 290.23º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0ACD7 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 172 215 -
CMYK 0.03 0.2 0 0.16
HSL 290.23º 0.35% 0.76% -
HSV(B) 290.23º 0.2% 0.84% -
XYZ 53.03 47.82 70.73 -
YUV 187.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 208 172 215 0.03 0.2 0 0.16 290.23 0.35 0.76
Hex D0 AC D7 3 14 0 10 122 23 4C
Octal 320 254 327 3 24 0 20 442 43 114
Binary 11010000 10101100 11010111 11 10100 0 10000 100100010 100011 1001100

Color Harmonies of #D0ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACD7

Black with #D0ACD7

Text Example


Text Example

White with #D0ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACD7; }

 p { color: rgb(208,172,215); }

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

background-color css

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

 a { background-color: rgb(208,172,215); }

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

border-color css

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

 span { border-color: rgb(208,172,215); }

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