Html Css Color HEX #D5C2DD Prelude

📋 copy color: '#D5C2DD'

red 213 ◦ green 194 ◦ blue 221

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

Shades of Prelude #D5C2DD

Tints of Prelude #D5C2DD

RGB

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

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

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

R = 33.92%
G = 30.89%
B = 35.19%

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

#D5C2DD (or 0xD5C2DD) is known color: Prelude. HEX triplet: D5, C2 and DD. RGB value is (213,194,221). Sum of RGB (Red+Green+Blue) = 213+194+221=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2DD is #2A3D22. Grayscale: #CACACA. Windows color (decimal): -2768163 or 14533333. OLE color: 14533333.

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

Color convert

RGB 213 194 221 -
CMYK 0.04 0.12 0 0.13
HSL 282.22º 0.28% 0.81% -
HSV(B) 282.22º 0.12% 0.87% -
XYZ 59.78 57.95 76.44 -
YUV 202.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 213 194 221 0.04 0.12 0 0.13 282.22 0.28 0.81
Hex D5 C2 DD 4 C 0 D 11A 1C 51
Octal 325 302 335 4 14 0 15 432 34 121
Binary 11010101 11000010 11011101 100 1100 0 1101 100011010 11100 1010001

Color Harmonies of #D5C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C2DD

Black with #D5C2DD

Text Example


Text Example

White with #D5C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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