Html Css Color HEX #D0B2E1 Prelude

📋 copy color: '#D0B2E1'

red 208 ◦ green 178 ◦ blue 225

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

Shades of Prelude #D0B2E1

Tints of Prelude #D0B2E1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.13%

 BLUE value IS 225 (88.28% from 255) = 36.82%

R = 34.04%
G = 29.13%
B = 36.82%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D0B2E1 (or 0xD0B2E1) is known color: Prelude. HEX triplet: D0, B2 and E1. RGB value is (208,178,225). Sum of RGB (Red+Green+Blue) = 208+178+225=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0B2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2E1 is #2F4D1E. Grayscale: #C0C0C0. Windows color (decimal): -3099935 or 14791376. OLE color: 14791376.

HSL color Cylindrical-coordinate representation of color #D0B2E1: hue angle of 278.3º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0B2E1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 178 225 -
CMYK 0.08 0.21 0 0.12
HSL 278.3º 0.44% 0.79% -
HSV(B) 278.3º 0.21% 0.88% -
XYZ 55.52 50.69 78.09 -
YUV 192.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 208 178 225 0.08 0.21 0 0.12 278.3 0.44 0.79
Hex D0 B2 E1 8 15 0 C 116 2C 4F
Octal 320 262 341 10 25 0 14 426 54 117
Binary 11010000 10110010 11100001 1000 10101 0 1100 100010110 101100 1001111

Color Harmonies of #D0B2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B2E1

Black with #D0B2E1

Text Example


Text Example

White with #D0B2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B2E1; }

 p { color: rgb(208,178,225); }

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

background-color css

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

 a { background-color: rgb(208,178,225); }

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

border-color css

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

 span { border-color: rgb(208,178,225); }

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