Html Css Color HEX #D4ADDF Prelude

📋 copy color: '#D4ADDF'

red 212 ◦ green 173 ◦ blue 223

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

Shades of Prelude #D4ADDF

Tints of Prelude #D4ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 34.87%
G = 28.45%
B = 36.68%

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

#D4ADDF (or 0xD4ADDF) is known color: Prelude. HEX triplet: D4, AD and DF. RGB value is (212,173,223). Sum of RGB (Red+Green+Blue) = 212+173+223=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDF is #2B5220. Grayscale: #BEBEBE. Windows color (decimal): -2839073 or 14659028. OLE color: 14659028.

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

Color convert

RGB 212 173 223 -
CMYK 0.05 0.22 0 0.13
HSL 286.8º 0.44% 0.78% -
HSV(B) 286.8º 0.22% 0.87% -
XYZ 55.41 49.21 76.39 -
YUV 190.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 212 173 223 0.05 0.22 0 0.13 286.8 0.44 0.78
Hex D4 AD DF 5 16 0 D 11F 2C 4E
Octal 324 255 337 5 26 0 15 437 54 116
Binary 11010100 10101101 11011111 101 10110 0 1101 100011111 101100 1001110

Color Harmonies of #D4ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADDF

Black with #D4ADDF

Text Example


Text Example

White with #D4ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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