Html Css Color HEX #D0AFD5 Prelude

📋 copy color: '#D0AFD5'

red 208 ◦ green 175 ◦ blue 213

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

Shades of Prelude #D0AFD5

Tints of Prelude #D0AFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.36%

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 34.9%
G = 29.36%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0AFD5 (or 0xD0AFD5) is known color: Prelude. HEX triplet: D0, AF and D5. RGB value is (208,175,213). Sum of RGB (Red+Green+Blue) = 208+175+213=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD5 is #2F502A. Grayscale: #BDBDBD. Windows color (decimal): -3100715 or 14004176. OLE color: 14004176.

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

Color convert

RGB 208 175 213 -
CMYK 0.02 0.18 0 0.16
HSL 292.11º 0.31% 0.76% -
HSV(B) 292.11º 0.18% 0.84% -
XYZ 53.35 48.87 69.57 -
YUV 189.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 208 175 213 0.02 0.18 0 0.16 292.11 0.31 0.76
Hex D0 AF D5 2 12 0 10 124 1F 4C
Octal 320 257 325 2 22 0 20 444 37 114
Binary 11010000 10101111 11010101 10 10010 0 10000 100100100 11111 1001100

Color Harmonies of #D0AFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFD5

Black with #D0AFD5

Text Example


Text Example

White with #D0AFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFD5; }

 p { color: rgb(208,175,213); }

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

background-color css

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

 a { background-color: rgb(208,175,213); }

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

border-color css

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

 span { border-color: rgb(208,175,213); }

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