Html Css Color HEX #D0BAD5 Prelude

📋 copy color: '#D0BAD5'

red 208 ◦ green 186 ◦ blue 213

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

Shades of Prelude #D0BAD5

Tints of Prelude #D0BAD5

RGB

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

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

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

R = 34.27%
G = 30.64%
B = 35.09%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0BAD5 (or 0xD0BAD5) is known color: Prelude. HEX triplet: D0, BA and D5. RGB value is (208,186,213). Sum of RGB (Red+Green+Blue) = 208+186+213=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAD5 is #2F452A. Grayscale: #C3C3C3. Windows color (decimal): -3097899 or 14006992. OLE color: 14006992.

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

Color convert

RGB 208 186 213 -
CMYK 0.02 0.13 0 0.16
HSL 288.89º 0.24% 0.78% -
HSV(B) 288.89º 0.13% 0.84% -
XYZ 55.58 53.33 70.32 -
YUV 195.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 208 186 213 0.02 0.13 0 0.16 288.89 0.24 0.78
Hex D0 BA D5 2 D 0 10 121 18 4E
Octal 320 272 325 2 15 0 20 441 30 116
Binary 11010000 10111010 11010101 10 1101 0 10000 100100001 11000 1001110

Color Harmonies of #D0BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAD5

Black with #D0BAD5

Text Example


Text Example

White with #D0BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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