Html Css Color HEX #D2BBDA Prelude

📋 copy color: '#D2BBDA'

red 210 ◦ green 187 ◦ blue 218

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

Shades of Prelude #D2BBDA

Tints of Prelude #D2BBDA

RGB

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

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

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

R = 34.15%
G = 30.41%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2BBDA (or 0xD2BBDA) is known color: Prelude. HEX triplet: D2, BB and DA. RGB value is (210,187,218). Sum of RGB (Red+Green+Blue) = 210+187+218=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBDA is #2D4425. Grayscale: #C5C5C5. Windows color (decimal): -2966566 or 14334930. OLE color: 14334930.

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

Color convert

RGB 210 187 218 -
CMYK 0.04 0.14 0 0.15
HSL 284.52º 0.3% 0.79% -
HSV(B) 284.52º 0.14% 0.85% -
XYZ 57 54.3 73.81 -
YUV 197.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 210 187 218 0.04 0.14 0 0.15 284.52 0.3 0.79
Hex D2 BB DA 4 E 0 F 11D 1E 4F
Octal 322 273 332 4 16 0 17 435 36 117
Binary 11010010 10111011 11011010 100 1110 0 1111 100011101 11110 1001111

Color Harmonies of #D2BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBDA

Black with #D2BBDA

Text Example


Text Example

White with #D2BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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