Html Css Color HEX #D5C1DC Prelude

📋 copy color: '#D5C1DC'

red 213 ◦ green 193 ◦ blue 220

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

Shades of Prelude #D5C1DC

Tints of Prelude #D5C1DC

RGB

 RED value IS 213 (83.59% from 255) = 34.03%

 GREEN value IS 193 (75.78% from 255) = 30.83%

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

R = 34.03%
G = 30.83%
B = 35.14%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5C1DC (or 0xD5C1DC) is known color: Prelude. HEX triplet: D5, C1 and DC. RGB value is (213,193,220). Sum of RGB (Red+Green+Blue) = 213+193+220=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1DC is #2A3E23. Grayscale: #C9C9C9. Windows color (decimal): -2768420 or 14467541. OLE color: 14467541.

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

Color convert

RGB 213 193 220 -
CMYK 0.03 0.12 0 0.14
HSL 284.44º 0.28% 0.81% -
HSV(B) 284.44º 0.12% 0.86% -
XYZ 59.43 57.45 75.67 -
YUV 202.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 213 193 220 0.03 0.12 0 0.14 284.44 0.28 0.81
Hex D5 C1 DC 3 C 0 E 11C 1C 51
Octal 325 301 334 3 14 0 16 434 34 121
Binary 11010101 11000001 11011100 11 1100 0 1110 100011100 11100 1010001

Color Harmonies of #D5C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C1DC

Black with #D5C1DC

Text Example


Text Example

White with #D5C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C1DC; }

 p { color: rgb(213,193,220); }

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

background-color css

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

 a { background-color: rgb(213,193,220); }

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

border-color css

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

 span { border-color: rgb(213,193,220); }

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