Html Css Color HEX #D0BAD4 Prelude

📋 copy color: '#D0BAD4'

red 208 ◦ green 186 ◦ blue 212

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

Shades of Prelude #D0BAD4

Tints of Prelude #D0BAD4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.69%

 BLUE value IS 212 (83.2% from 255) = 34.98%

R = 34.32%
G = 30.69%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D0BAD4 (or 0xD0BAD4) is known color: Prelude. HEX triplet: D0, BA and D4. RGB value is (208,186,212). Sum of RGB (Red+Green+Blue) = 208+186+212=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAD4 is #2F452B. Grayscale: #C3C3C3. Windows color (decimal): -3097900 or 13941456. OLE color: 13941456.

HSL color Cylindrical-coordinate representation of color #D0BAD4: hue angle of 290.77º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0BAD4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 186 212 -
CMYK 0.02 0.12 0 0.17
HSL 290.77º 0.23% 0.78% -
HSV(B) 290.77º 0.12% 0.83% -
XYZ 55.46 53.28 69.65 -
YUV 195.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 208 186 212 0.02 0.12 0 0.17 290.77 0.23 0.78
Hex D0 BA D4 2 C 0 11 123 17 4E
Octal 320 272 324 2 14 0 21 443 27 116
Binary 11010000 10111010 11010100 10 1100 0 10001 100100011 10111 1001110

Color Harmonies of #D0BAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BAD4

Black with #D0BAD4

Text Example


Text Example

White with #D0BAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BAD4; }

 p { color: rgb(208,186,212); }

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

background-color css

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

 a { background-color: rgb(208,186,212); }

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

border-color css

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

 span { border-color: rgb(208,186,212); }

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