Html Css Color HEX #D0BBDC Prelude

📋 copy color: '#D0BBDC'

red 208 ◦ green 187 ◦ blue 220

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

Shades of Prelude #D0BBDC

Tints of Prelude #D0BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 33.82%
G = 30.41%
B = 35.77%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0BBDC (or 0xD0BBDC) is known color: Prelude. HEX triplet: D0, BB and DC. RGB value is (208,187,220). Sum of RGB (Red+Green+Blue) = 208+187+220=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBDC is #2F4423. Grayscale: #C4C4C4. Windows color (decimal): -3097636 or 14466000. OLE color: 14466000.

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

Color convert

RGB 208 187 220 -
CMYK 0.05 0.15 0 0.14
HSL 278.18º 0.32% 0.8% -
HSV(B) 278.18º 0.15% 0.86% -
XYZ 56.7 54.12 75.17 -
YUV 197.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 208 187 220 0.05 0.15 0 0.14 278.18 0.32 0.8
Hex D0 BB DC 5 F 0 E 116 20 50
Octal 320 273 334 5 17 0 16 426 40 120
Binary 11010000 10111011 11011100 101 1111 0 1110 100010110 100000 1010000

Color Harmonies of #D0BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBDC

Black with #D0BBDC

Text Example


Text Example

White with #D0BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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