Html Css Color HEX #D4C2DA Prelude

📋 copy color: '#D4C2DA'

red 212 ◦ green 194 ◦ blue 218

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

Shades of Prelude #D4C2DA

Tints of Prelude #D4C2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.09%

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 33.97%
G = 31.09%
B = 34.94%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4C2DA (or 0xD4C2DA) is known color: Prelude. HEX triplet: D4, C2 and DA. RGB value is (212,194,218). Sum of RGB (Red+Green+Blue) = 212+194+218=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2DA is #2B3D25. Grayscale: #CACACA. Windows color (decimal): -2833702 or 14336724. OLE color: 14336724.

HSL color Cylindrical-coordinate representation of color #D4C2DA: hue angle of 285º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4C2DA is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 194 218 -
CMYK 0.03 0.11 0 0.15
HSL 285º 0.24% 0.81% -
HSV(B) 285º 0.11% 0.85% -
XYZ 59.1 57.64 74.34 -
YUV 202.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 212 194 218 0.03 0.11 0 0.15 285 0.24 0.81
Hex D4 C2 DA 3 B 0 F 11D 18 51
Octal 324 302 332 3 13 0 17 435 30 121
Binary 11010100 11000010 11011010 11 1011 0 1111 100011101 11000 1010001

Color Harmonies of #D4C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C2DA

Black with #D4C2DA

Text Example


Text Example

White with #D4C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C2DA; }

 p { color: rgb(212,194,218); }

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

background-color css

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

 a { background-color: rgb(212,194,218); }

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

border-color css

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

 span { border-color: rgb(212,194,218); }

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