Html Css Color HEX #D0BED6 Prelude

📋 copy color: '#D0BED6'

red 208 ◦ green 190 ◦ blue 214

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

Shades of Prelude #D0BED6

Tints of Prelude #D0BED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.97%

R = 33.99%
G = 31.05%
B = 34.97%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0BED6 (or 0xD0BED6) is known color: Prelude. HEX triplet: D0, BE and D6. RGB value is (208,190,214). Sum of RGB (Red+Green+Blue) = 208+190+214=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BED6 is #2F4129. Grayscale: #C6C6C6. Windows color (decimal): -3096874 or 14073552. OLE color: 14073552.

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

Color convert

RGB 208 190 214 -
CMYK 0.03 0.11 0 0.16
HSL 285º 0.23% 0.79% -
HSV(B) 285º 0.11% 0.84% -
XYZ 56.56 55.09 71.27 -
YUV 198.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 208 190 214 0.03 0.11 0 0.16 285 0.23 0.79
Hex D0 BE D6 3 B 0 10 11D 17 4F
Octal 320 276 326 3 13 0 20 435 27 117
Binary 11010000 10111110 11010110 11 1011 0 10000 100011101 10111 1001111

Color Harmonies of #D0BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BED6

Black with #D0BED6

Text Example


Text Example

White with #D0BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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