Html Css Color HEX #D0BBDA Prelude

📋 copy color: '#D0BBDA'

red 208 ◦ green 187 ◦ blue 218

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

Shades of Prelude #D0BBDA

Tints of Prelude #D0BBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 33.93%
G = 30.51%
B = 35.56%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0BBDA (or 0xD0BBDA) is known color: Prelude. HEX triplet: D0, BB and DA. RGB value is (208,187,218). Sum of RGB (Red+Green+Blue) = 208+187+218=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBDA is #2F4425. Grayscale: #C4C4C4. Windows color (decimal): -3097638 or 14334928. OLE color: 14334928.

HSL color Cylindrical-coordinate representation of color #D0BBDA: hue angle of 280.65º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0BBDA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 187 218 -
CMYK 0.05 0.14 0 0.15
HSL 280.65º 0.3% 0.79% -
HSV(B) 280.65º 0.14% 0.85% -
XYZ 56.44 54.01 73.78 -
YUV 196.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 208 187 218 0.05 0.14 0 0.15 280.65 0.3 0.79
Hex D0 BB DA 5 E 0 F 119 1E 4F
Octal 320 273 332 5 16 0 17 431 36 117
Binary 11010000 10111011 11011010 101 1110 0 1111 100011001 11110 1001111

Color Harmonies of #D0BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBDA

Black with #D0BBDA

Text Example


Text Example

White with #D0BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBDA; }

 p { color: rgb(208,187,218); }

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

background-color css

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

 a { background-color: rgb(208,187,218); }

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

border-color css

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

 span { border-color: rgb(208,187,218); }

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