Html Css Color HEX #D0BED7 Prelude

📋 copy color: '#D0BED7'

red 208 ◦ green 190 ◦ blue 215

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

Shades of Prelude #D0BED7

Tints of Prelude #D0BED7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31%

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

R = 33.93%
G = 31%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0BED7 (or 0xD0BED7) is known color: Prelude. HEX triplet: D0, BE and D7. RGB value is (208,190,215). Sum of RGB (Red+Green+Blue) = 208+190+215=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BED7 is #2F4128. Grayscale: #C6C6C6. Windows color (decimal): -3096873 or 14139088. OLE color: 14139088.

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

Color convert

RGB 208 190 215 -
CMYK 0.03 0.12 0 0.16
HSL 283.2º 0.24% 0.79% -
HSV(B) 283.2º 0.12% 0.84% -
XYZ 56.69 55.14 71.95 -
YUV 198.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 208 190 215 0.03 0.12 0 0.16 283.2 0.24 0.79
Hex D0 BE D7 3 C 0 10 11B 18 4F
Octal 320 276 327 3 14 0 20 433 30 117
Binary 11010000 10111110 11010111 11 1100 0 10000 100011011 11000 1001111

Color Harmonies of #D0BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BED7

Black with #D0BED7

Text Example


Text Example

White with #D0BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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