Html Css Color HEX #D4ADDE Prelude

📋 copy color: '#D4ADDE'

red 212 ◦ green 173 ◦ blue 222

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

Shades of Prelude #D4ADDE

Tints of Prelude #D4ADDE

RGB

 RED value IS 212 (83.2% from 255) = 34.93%

 GREEN value IS 173 (67.97% from 255) = 28.5%

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

R = 34.93%
G = 28.5%
B = 36.57%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4ADDE (or 0xD4ADDE) is known color: Prelude. HEX triplet: D4, AD and DE. RGB value is (212,173,222). Sum of RGB (Red+Green+Blue) = 212+173+222=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDE is #2B5221. Grayscale: #BEBEBE. Windows color (decimal): -2839074 or 14593492. OLE color: 14593492.

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

Color convert

RGB 212 173 222 -
CMYK 0.05 0.22 0 0.13
HSL 287.76º 0.43% 0.77% -
HSV(B) 287.76º 0.22% 0.87% -
XYZ 55.28 49.16 75.68 -
YUV 190.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 212 173 222 0.05 0.22 0 0.13 287.76 0.43 0.77
Hex D4 AD DE 5 16 0 D 120 2B 4D
Octal 324 255 336 5 26 0 15 440 53 115
Binary 11010100 10101101 11011110 101 10110 0 1101 100100000 101011 1001101

Color Harmonies of #D4ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADDE

Black with #D4ADDE

Text Example


Text Example

White with #D4ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADDE; }

 p { color: rgb(212,173,222); }

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

background-color css

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

 a { background-color: rgb(212,173,222); }

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

border-color css

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

 span { border-color: rgb(212,173,222); }

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