Html Css Color HEX #D5B2DE Prelude

📋 copy color: '#D5B2DE'

red 213 ◦ green 178 ◦ blue 222

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

Shades of Prelude #D5B2DE

Tints of Prelude #D5B2DE

RGB

 RED value IS 213 (83.59% from 255) = 34.75%

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 34.75%
G = 29.04%
B = 36.22%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5B2DE (or 0xD5B2DE) is known color: Prelude. HEX triplet: D5, B2 and DE. RGB value is (213,178,222). Sum of RGB (Red+Green+Blue) = 213+178+222=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2DE is #2A4D21. Grayscale: #C1C1C1. Windows color (decimal): -2772258 or 14594773. OLE color: 14594773.

HSL color Cylindrical-coordinate representation of color #D5B2DE: hue angle of 287.73º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B2DE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 178 222 -
CMYK 0.04 0.20 0 0.13
HSL 287.73º 0.4% 0.78% -
HSV(B) 287.73º 0.2% 0.87% -
XYZ 56.55 51.26 76.02 -
YUV 193.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 213 178 222 0.04 0.20 0 0.13 287.73 0.4 0.78
Hex D5 B2 DE 4 14 0 D 120 28 4E
Octal 325 262 336 4 24 0 15 440 50 116
Binary 11010101 10110010 11011110 100 10100 0 1101 100100000 101000 1001110

Color Harmonies of #D5B2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2DE

Black with #D5B2DE

Text Example


Text Example

White with #D5B2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2DE; }

 p { color: rgb(213,178,222); }

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

background-color css

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

 a { background-color: rgb(213,178,222); }

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

border-color css

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

 span { border-color: rgb(213,178,222); }

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