Html Css Color HEX #D4C4DC Prelude

📋 copy color: '#D4C4DC'

red 212 ◦ green 196 ◦ blue 220

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

Shades of Prelude #D4C4DC

Tints of Prelude #D4C4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.21%

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

R = 33.76%
G = 31.21%
B = 35.03%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C4DC (or 0xD4C4DC) is known color: Prelude. HEX triplet: D4, C4 and DC. RGB value is (212,196,220). Sum of RGB (Red+Green+Blue) = 212+196+220=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4DC is #2B3B23. Grayscale: #CBCBCB. Windows color (decimal): -2833188 or 14468308. OLE color: 14468308.

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

Color convert

RGB 212 196 220 -
CMYK 0.04 0.11 0 0.14
HSL 280º 0.26% 0.82% -
HSV(B) 280º 0.11% 0.86% -
XYZ 59.81 58.64 75.88 -
YUV 203.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 212 196 220 0.04 0.11 0 0.14 280 0.26 0.82
Hex D4 C4 DC 4 B 0 E 118 1A 52
Octal 324 304 334 4 13 0 16 430 32 122
Binary 11010100 11000100 11011100 100 1011 0 1110 100011000 11010 1010010

Color Harmonies of #D4C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C4DC

Black with #D4C4DC

Text Example


Text Example

White with #D4C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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