Html Css Color HEX #D2BBE2 Prelude

📋 copy color: '#D2BBE2'

red 210 ◦ green 187 ◦ blue 226

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

Shades of Prelude #D2BBE2

Tints of Prelude #D2BBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.28%

R = 33.71%
G = 30.02%
B = 36.28%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D2BBE2 (or 0xD2BBE2) is known color: Prelude. HEX triplet: D2, BB and E2. RGB value is (210,187,226). Sum of RGB (Red+Green+Blue) = 210+187+226=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #D2BBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBE2 is #2D441D. Grayscale: #C6C6C6. Windows color (decimal): -2966558 or 14859218. OLE color: 14859218.

HSL color Cylindrical-coordinate representation of color #D2BBE2: hue angle of 275.38º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BBE2 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 187 226 -
CMYK 0.07 0.17 0 0.11
HSL 275.38º 0.4% 0.81% -
HSV(B) 275.38º 0.17% 0.89% -
XYZ 58.08 54.73 79.46 -
YUV 198.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 210 187 226 0.07 0.17 0 0.11 275.38 0.4 0.81
Hex D2 BB E2 7 11 0 B 113 28 51
Octal 322 273 342 7 21 0 13 423 50 121
Binary 11010010 10111011 11100010 111 10001 0 1011 100010011 101000 1010001

Color Harmonies of #D2BBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBE2

Black with #D2BBE2

Text Example


Text Example

White with #D2BBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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