Html Css Color HEX #D2BDDB Prelude

📋 copy color: '#D2BDDB'

red 210 ◦ green 189 ◦ blue 219

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

Shades of Prelude #D2BDDB

Tints of Prelude #D2BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 33.98%
G = 30.58%
B = 35.44%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2BDDB (or 0xD2BDDB) is known color: Prelude. HEX triplet: D2, BD and DB. RGB value is (210,189,219). Sum of RGB (Red+Green+Blue) = 210+189+219=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDDB is #2D4224. Grayscale: #C6C6C6. Windows color (decimal): -2966053 or 14400978. OLE color: 14400978.

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

Color convert

RGB 210 189 219 -
CMYK 0.04 0.14 0 0.14
HSL 282º 0.29% 0.8% -
HSV(B) 282º 0.14% 0.86% -
XYZ 57.56 55.21 74.64 -
YUV 198.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 210 189 219 0.04 0.14 0 0.14 282 0.29 0.8
Hex D2 BD DB 4 E 0 E 11A 1D 50
Octal 322 275 333 4 16 0 16 432 35 120
Binary 11010010 10111101 11011011 100 1110 0 1110 100011010 11101 1010000

Color Harmonies of #D2BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDDB

Black with #D2BDDB

Text Example


Text Example

White with #D2BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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