Html Css Color HEX #D0ADDF Prelude

📋 copy color: '#D0ADDF'

red 208 ◦ green 173 ◦ blue 223

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

Shades of Prelude #D0ADDF

Tints of Prelude #D0ADDF

RGB

 RED value IS 208 (81.64% from 255) = 34.44%

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

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

R = 34.44%
G = 28.64%
B = 36.92%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0ADDF (or 0xD0ADDF) is known color: Prelude. HEX triplet: D0, AD and DF. RGB value is (208,173,223). Sum of RGB (Red+Green+Blue) = 208+173+223=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADDF is #2F5220. Grayscale: #BDBDBD. Windows color (decimal): -3101217 or 14659024. OLE color: 14659024.

HSL color Cylindrical-coordinate representation of color #D0ADDF: hue angle of 282º 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 #D0ADDF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 173 223 -
CMYK 0.07 0.22 0 0.13
HSL 282º 0.44% 0.78% -
HSV(B) 282º 0.22% 0.87% -
XYZ 54.28 48.62 76.34 -
YUV 189.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 208 173 223 0.07 0.22 0 0.13 282 0.44 0.78
Hex D0 AD DF 7 16 0 D 11A 2C 4E
Octal 320 255 337 7 26 0 15 432 54 116
Binary 11010000 10101101 11011111 111 10110 0 1101 100011010 101100 1001110

Color Harmonies of #D0ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADDF

Black with #D0ADDF

Text Example


Text Example

White with #D0ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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