Html Css Color HEX #D0AFD4 Prelude

📋 copy color: '#D0AFD4'

red 208 ◦ green 175 ◦ blue 212

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

Shades of Prelude #D0AFD4

Tints of Prelude #D0AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.63%

R = 34.96%
G = 29.41%
B = 35.63%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D0AFD4 (or 0xD0AFD4) is known color: Prelude. HEX triplet: D0, AF and D4. RGB value is (208,175,212). Sum of RGB (Red+Green+Blue) = 208+175+212=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0AFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD4 is #2F502B. Grayscale: #BCBCBC. Windows color (decimal): -3100716 or 13938640. OLE color: 13938640.

HSL color Cylindrical-coordinate representation of color #D0AFD4: hue angle of 293.51º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0AFD4 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 175 212 -
CMYK 0.02 0.17 0 0.17
HSL 293.51º 0.3% 0.76% -
HSV(B) 293.51º 0.17% 0.83% -
XYZ 53.23 48.82 68.91 -
YUV 189.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 208 175 212 0.02 0.17 0 0.17 293.51 0.3 0.76
Hex D0 AF D4 2 11 0 11 126 1E 4C
Octal 320 257 324 2 21 0 21 446 36 114
Binary 11010000 10101111 11010100 10 10001 0 10001 100100110 11110 1001100

Color Harmonies of #D0AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFD4

Black with #D0AFD4

Text Example


Text Example

White with #D0AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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