Html Css Color HEX #D5C3DD Prelude

📋 copy color: '#D5C3DD'

red 213 ◦ green 195 ◦ blue 221

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

Shades of Prelude #D5C3DD

Tints of Prelude #D5C3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 33.86%
G = 31%
B = 35.14%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5C3DD (or 0xD5C3DD) is known color: Prelude. HEX triplet: D5, C3 and DD. RGB value is (213,195,221). Sum of RGB (Red+Green+Blue) = 213+195+221=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3DD is #2A3C22. Grayscale: #CBCBCB. Windows color (decimal): -2767907 or 14533589. OLE color: 14533589.

HSL color Cylindrical-coordinate representation of color #D5C3DD: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C3DD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 195 221 -
CMYK 0.04 0.12 0 0.13
HSL 281.54º 0.28% 0.82% -
HSV(B) 281.54º 0.12% 0.87% -
XYZ 60.01 58.4 76.52 -
YUV 203.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 213 195 221 0.04 0.12 0 0.13 281.54 0.28 0.82
Hex D5 C3 DD 4 C 0 D 11A 1C 52
Octal 325 303 335 4 14 0 15 432 34 122
Binary 11010101 11000011 11011101 100 1100 0 1101 100011010 11100 1010010

Color Harmonies of #D5C3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C3DD

Black with #D5C3DD

Text Example


Text Example

White with #D5C3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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