Html Css Color HEX #D0BFD5 Prelude

📋 copy color: '#D0BFD5'

red 208 ◦ green 191 ◦ blue 213

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

Shades of Prelude #D0BFD5

Tints of Prelude #D0BFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 31.21%

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

R = 33.99%
G = 31.21%
B = 34.8%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0BFD5 (or 0xD0BFD5) is known color: Prelude. HEX triplet: D0, BF and D5. RGB value is (208,191,213). Sum of RGB (Red+Green+Blue) = 208+191+213=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFD5 is #2F402A. Grayscale: #C6C6C6. Windows color (decimal): -3096619 or 14008272. OLE color: 14008272.

HSL color Cylindrical-coordinate representation of color #D0BFD5: hue angle of 286.36º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BFD5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 191 213 -
CMYK 0.02 0.10 0 0.16
HSL 286.36º 0.21% 0.79% -
HSV(B) 286.36º 0.1% 0.84% -
XYZ 56.65 55.48 70.67 -
YUV 198.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 208 191 213 0.02 0.10 0 0.16 286.36 0.21 0.79
Hex D0 BF D5 2 A 0 10 11E 15 4F
Octal 320 277 325 2 12 0 20 436 25 117
Binary 11010000 10111111 11010101 10 1010 0 10000 100011110 10101 1001111

Color Harmonies of #D0BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFD5

Black with #D0BFD5

Text Example


Text Example

White with #D0BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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