Html Css Color HEX #D0B5DC Prelude

📋 copy color: '#D0B5DC'

red 208 ◦ green 181 ◦ blue 220

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

Shades of Prelude #D0B5DC

Tints of Prelude #D0B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 34.15%
G = 29.72%
B = 36.12%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0B5DC (or 0xD0B5DC) is known color: Prelude. HEX triplet: D0, B5 and DC. RGB value is (208,181,220). Sum of RGB (Red+Green+Blue) = 208+181+220=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5DC is #2F4A23. Grayscale: #C1C1C1. Windows color (decimal): -3099172 or 14464464. OLE color: 14464464.

HSL color Cylindrical-coordinate representation of color #D0B5DC: hue angle of 281.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0B5DC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 181 220 -
CMYK 0.05 0.18 0 0.14
HSL 281.54º 0.36% 0.79% -
HSV(B) 281.54º 0.18% 0.86% -
XYZ 55.45 51.62 74.75 -
YUV 193.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 208 181 220 0.05 0.18 0 0.14 281.54 0.36 0.79
Hex D0 B5 DC 5 12 0 E 11A 24 4F
Octal 320 265 334 5 22 0 16 432 44 117
Binary 11010000 10110101 11011100 101 10010 0 1110 100011010 100100 1001111

Color Harmonies of #D0B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B5DC

Black with #D0B5DC

Text Example


Text Example

White with #D0B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B5DC; }

 p { color: rgb(208,181,220); }

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

background-color css

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

 a { background-color: rgb(208,181,220); }

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

border-color css

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

 span { border-color: rgb(208,181,220); }

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