Html Css Color HEX #D2BDDA Prelude

📋 copy color: '#D2BDDA'

red 210 ◦ green 189 ◦ blue 218

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

Shades of Prelude #D2BDDA

Tints of Prelude #D2BDDA

RGB

 RED value IS 210 (82.42% from 255) = 34.04%

 GREEN value IS 189 (74.22% from 255) = 30.63%

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

R = 34.04%
G = 30.63%
B = 35.33%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2BDDA (or 0xD2BDDA) is known color: Prelude. HEX triplet: D2, BD and DA. RGB value is (210,189,218). Sum of RGB (Red+Green+Blue) = 210+189+218=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDDA is #2D4225. Grayscale: #C6C6C6. Windows color (decimal): -2966054 or 14335442. OLE color: 14335442.

HSL color Cylindrical-coordinate representation of color #D2BDDA: hue angle of 283.45º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2BDDA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 189 218 -
CMYK 0.04 0.13 0 0.15
HSL 283.45º 0.28% 0.8% -
HSV(B) 283.45º 0.13% 0.85% -
XYZ 57.43 55.16 73.95 -
YUV 198.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 210 189 218 0.04 0.13 0 0.15 283.45 0.28 0.8
Hex D2 BD DA 4 D 0 F 11B 1C 50
Octal 322 275 332 4 15 0 17 433 34 120
Binary 11010010 10111101 11011010 100 1101 0 1111 100011011 11100 1010000

Color Harmonies of #D2BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDDA

Black with #D2BDDA

Text Example


Text Example

White with #D2BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDDA; }

 p { color: rgb(210,189,218); }

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

background-color css

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

 a { background-color: rgb(210,189,218); }

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

border-color css

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

 span { border-color: rgb(210,189,218); }

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