Html Css Color HEX #D0BED5 Prelude

📋 copy color: '#D0BED5'

red 208 ◦ green 190 ◦ blue 213

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

Shades of Prelude #D0BED5

Tints of Prelude #D0BED5

RGB

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

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

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

R = 34.04%
G = 31.1%
B = 34.86%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0BED5 (or 0xD0BED5) is known color: Prelude. HEX triplet: D0, BE and D5. RGB value is (208,190,213). Sum of RGB (Red+Green+Blue) = 208+190+213=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BED5 is #2F412A. Grayscale: #C5C5C5. Windows color (decimal): -3096875 or 14008016. OLE color: 14008016.

HSL color Cylindrical-coordinate representation of color #D0BED5: hue angle of 286.96º degrees, saturation: 0.21, 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 #D0BED5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 190 213 -
CMYK 0.02 0.11 0 0.16
HSL 286.96º 0.21% 0.79% -
HSV(B) 286.96º 0.11% 0.84% -
XYZ 56.44 55.04 70.6 -
YUV 198 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 208 190 213 0.02 0.11 0 0.16 286.96 0.21 0.79
Hex D0 BE D5 2 B 0 10 11F 15 4F
Octal 320 276 325 2 13 0 20 437 25 117
Binary 11010000 10111110 11010101 10 1011 0 10000 100011111 10101 1001111

Color Harmonies of #D0BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BED5

Black with #D0BED5

Text Example


Text Example

White with #D0BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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