Html Css Color HEX #D2B2E0 Prelude

📋 copy color: '#D2B2E0'

red 210 ◦ green 178 ◦ blue 224

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

Shades of Prelude #D2B2E0

Tints of Prelude #D2B2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.08%

 BLUE value IS 224 (87.89% from 255) = 36.6%

R = 34.31%
G = 29.08%
B = 36.6%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D2B2E0 (or 0xD2B2E0) is known color: Prelude. HEX triplet: D2, B2 and E0. RGB value is (210,178,224). Sum of RGB (Red+Green+Blue) = 210+178+224=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2B2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2E0 is #2D4D1F. Grayscale: #C0C0C0. Windows color (decimal): -2968864 or 14725842. OLE color: 14725842.

HSL color Cylindrical-coordinate representation of color #D2B2E0: hue angle of 281.74º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2B2E0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 178 224 -
CMYK 0.06 0.21 0 0.12
HSL 281.74º 0.43% 0.79% -
HSV(B) 281.74º 0.21% 0.88% -
XYZ 55.95 50.92 77.4 -
YUV 192.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 210 178 224 0.06 0.21 0 0.12 281.74 0.43 0.79
Hex D2 B2 E0 6 15 0 C 11A 2B 4F
Octal 322 262 340 6 25 0 14 432 53 117
Binary 11010010 10110010 11100000 110 10101 0 1100 100011010 101011 1001111

Color Harmonies of #D2B2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B2E0

Black with #D2B2E0

Text Example


Text Example

White with #D2B2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B2E0; }

 p { color: rgb(210,178,224); }

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

background-color css

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

 a { background-color: rgb(210,178,224); }

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

border-color css

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

 span { border-color: rgb(210,178,224); }

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