Html Css Color HEX #D0BAD7 Prelude

📋 copy color: '#D0BAD7'

red 208 ◦ green 186 ◦ blue 215

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

Shades of Prelude #D0BAD7

Tints of Prelude #D0BAD7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.54%

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

R = 34.15%
G = 30.54%
B = 35.3%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0BAD7 (or 0xD0BAD7) is known color: Prelude. HEX triplet: D0, BA and D7. RGB value is (208,186,215). Sum of RGB (Red+Green+Blue) = 208+186+215=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAD7 is #2F4528. Grayscale: #C3C3C3. Windows color (decimal): -3097897 or 14138064. OLE color: 14138064.

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

Color convert

RGB 208 186 215 -
CMYK 0.03 0.13 0 0.16
HSL 285.52º 0.27% 0.79% -
HSV(B) 285.52º 0.13% 0.84% -
XYZ 55.84 53.43 71.66 -
YUV 195.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 208 186 215 0.03 0.13 0 0.16 285.52 0.27 0.79
Hex D0 BA D7 3 D 0 10 11E 1B 4F
Octal 320 272 327 3 15 0 20 436 33 117
Binary 11010000 10111010 11010111 11 1101 0 10000 100011110 11011 1001111

Color Harmonies of #D0BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAD7

Black with #D0BAD7

Text Example


Text Example

White with #D0BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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