Html Css Color HEX #D0ADD4 Prelude

📋 copy color: '#D0ADD4'

red 208 ◦ green 173 ◦ blue 212

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

Shades of Prelude #D0ADD4

Tints of Prelude #D0ADD4

RGB

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

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

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

R = 35.08%
G = 29.17%
B = 35.75%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D0ADD4 (or 0xD0ADD4) is known color: Prelude. HEX triplet: D0, AD and D4. RGB value is (208,173,212). Sum of RGB (Red+Green+Blue) = 208+173+212=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADD4 is #2F522B. Grayscale: #BBBBBB. Windows color (decimal): -3101228 or 13938128. OLE color: 13938128.

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

Color convert

RGB 208 173 212 -
CMYK 0.02 0.18 0 0.17
HSL 293.85º 0.31% 0.75% -
HSV(B) 293.85º 0.18% 0.83% -
XYZ 52.84 48.05 68.78 -
YUV 187.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 208 173 212 0.02 0.18 0 0.17 293.85 0.31 0.75
Hex D0 AD D4 2 12 0 11 126 1F 4B
Octal 320 255 324 2 22 0 21 446 37 113
Binary 11010000 10101101 11010100 10 10010 0 10001 100100110 11111 1001011

Color Harmonies of #D0ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADD4

Black with #D0ADD4

Text Example


Text Example

White with #D0ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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