Html Css Color HEX #D2BBDC Prelude

📋 copy color: '#D2BBDC'

red 210 ◦ green 187 ◦ blue 220

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

Shades of Prelude #D2BBDC

Tints of Prelude #D2BBDC

RGB

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

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

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

R = 34.04%
G = 30.31%
B = 35.66%

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

#D2BBDC (or 0xD2BBDC) is known color: Prelude. HEX triplet: D2, BB and DC. RGB value is (210,187,220). Sum of RGB (Red+Green+Blue) = 210+187+220=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBDC is #2D4423. Grayscale: #C5C5C5. Windows color (decimal): -2966564 or 14466002. OLE color: 14466002.

HSL color Cylindrical-coordinate representation of color #D2BBDC: hue angle of 281.82º 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 #D2BBDC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 187 220 -
CMYK 0.05 0.15 0 0.14
HSL 281.82º 0.32% 0.8% -
HSV(B) 281.82º 0.15% 0.86% -
XYZ 57.27 54.41 75.19 -
YUV 197.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 210 187 220 0.05 0.15 0 0.14 281.82 0.32 0.8
Hex D2 BB DC 5 F 0 E 11A 20 50
Octal 322 273 334 5 17 0 16 432 40 120
Binary 11010010 10111011 11011100 101 1111 0 1110 100011010 100000 1010000

Color Harmonies of #D2BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBDC

Black with #D2BBDC

Text Example


Text Example

White with #D2BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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