Html Css Color HEX #D2BEDD Prelude

📋 copy color: '#D2BEDD'

red 210 ◦ green 190 ◦ blue 221

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

Shades of Prelude #D2BEDD

Tints of Prelude #D2BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.6%

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 33.82%
G = 30.6%
B = 35.59%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2BEDD (or 0xD2BEDD) is known color: Prelude. HEX triplet: D2, BE and DD. RGB value is (210,190,221). Sum of RGB (Red+Green+Blue) = 210+190+221=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEDD is #2D4122. Grayscale: #C7C7C7. Windows color (decimal): -2965795 or 14532306. OLE color: 14532306.

HSL color Cylindrical-coordinate representation of color #D2BEDD: hue angle of 278.71º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2BEDD is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 190 221 -
CMYK 0.05 0.14 0 0.13
HSL 278.71º 0.31% 0.81% -
HSV(B) 278.71º 0.14% 0.87% -
XYZ 58.04 55.75 76.11 -
YUV 199.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 210 190 221 0.05 0.14 0 0.13 278.71 0.31 0.81
Hex D2 BE DD 5 E 0 D 117 1F 51
Octal 322 276 335 5 16 0 15 427 37 121
Binary 11010010 10111110 11011101 101 1110 0 1101 100010111 11111 1010001

Color Harmonies of #D2BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BEDD

Black with #D2BEDD

Text Example


Text Example

White with #D2BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BEDD; }

 p { color: rgb(210,190,221); }

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

background-color css

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

 a { background-color: rgb(210,190,221); }

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

border-color css

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

 span { border-color: rgb(210,190,221); }

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