Html Css Color HEX #D5C3DC Prelude

📋 copy color: '#D5C3DC'

red 213 ◦ green 195 ◦ blue 220

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

Shades of Prelude #D5C3DC

Tints of Prelude #D5C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.05%

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

R = 33.92%
G = 31.05%
B = 35.03%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5C3DC (or 0xD5C3DC) is known color: Prelude. HEX triplet: D5, C3 and DC. RGB value is (213,195,220). Sum of RGB (Red+Green+Blue) = 213+195+220=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 195 (76.56% from 255 or 31.05% 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 #D5C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3DC is #2A3C23. Grayscale: #CBCBCB. Windows color (decimal): -2767908 or 14468053. OLE color: 14468053.

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

Color convert

RGB 213 195 220 -
CMYK 0.03 0.11 0 0.14
HSL 283.2º 0.26% 0.81% -
HSV(B) 283.2º 0.11% 0.86% -
XYZ 59.87 58.34 75.82 -
YUV 203.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 213 195 220 0.03 0.11 0 0.14 283.2 0.26 0.81
Hex D5 C3 DC 3 B 0 E 11B 1A 51
Octal 325 303 334 3 13 0 16 433 32 121
Binary 11010101 11000011 11011100 11 1011 0 1110 100011011 11010 1010001

Color Harmonies of #D5C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C3DC

Black with #D5C3DC

Text Example


Text Example

White with #D5C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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