Html Css Color HEX #D4C0DC Prelude

📋 copy color: '#D4C0DC'

red 212 ◦ green 192 ◦ blue 220

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

Shades of Prelude #D4C0DC

Tints of Prelude #D4C0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.77%

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 33.97%
G = 30.77%
B = 35.26%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C0DC (or 0xD4C0DC) is known color: Prelude. HEX triplet: D4, C0 and DC. RGB value is (212,192,220). Sum of RGB (Red+Green+Blue) = 212+192+220=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0DC is #2B3F23. Grayscale: #C9C9C9. Windows color (decimal): -2834212 or 14467284. OLE color: 14467284.

HSL color Cylindrical-coordinate representation of color #D4C0DC: hue angle of 282.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4C0DC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 192 220 -
CMYK 0.04 0.13 0 0.14
HSL 282.86º 0.29% 0.81% -
HSV(B) 282.86º 0.13% 0.86% -
XYZ 58.92 56.86 75.58 -
YUV 201.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 212 192 220 0.04 0.13 0 0.14 282.86 0.29 0.81
Hex D4 C0 DC 4 D 0 E 11B 1D 51
Octal 324 300 334 4 15 0 16 433 35 121
Binary 11010100 11000000 11011100 100 1101 0 1110 100011011 11101 1010001

Color Harmonies of #D4C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C0DC

Black with #D4C0DC

Text Example


Text Example

White with #D4C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C0DC; }

 p { color: rgb(212,192,220); }

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

background-color css

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

 a { background-color: rgb(212,192,220); }

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

border-color css

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

 span { border-color: rgb(212,192,220); }

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