Html Css Color HEX #D1C3D5 Prelude

📋 copy color: '#D1C3D5'

red 209 ◦ green 195 ◦ blue 213

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

Shades of Prelude #D1C3D5

Tints of Prelude #D1C3D5

RGB

 RED value IS 209 (82.03% from 255) = 33.87%

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

 BLUE value IS 213 (83.59% from 255) = 34.52%

R = 33.87%
G = 31.6%
B = 34.52%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1C3D5 (or 0xD1C3D5) is known color: Prelude. HEX triplet: D1, C3 and D5. RGB value is (209,195,213). Sum of RGB (Red+Green+Blue) = 209+195+213=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1C3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3D5 is #2E3C2A. Grayscale: #C9C9C9. Windows color (decimal): -3030059 or 14009297. OLE color: 14009297.

HSL color Cylindrical-coordinate representation of color #D1C3D5: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C3D5 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 195 213 -
CMYK 0.02 0.08 0 0.16
HSL 286.67º 0.18% 0.8% -
HSV(B) 286.67º 0.08% 0.84% -
XYZ 57.82 57.39 70.98 -
YUV 201.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 209 195 213 0.02 0.08 0 0.16 286.67 0.18 0.8
Hex D1 C3 D5 2 8 0 10 11F 12 50
Octal 321 303 325 2 10 0 20 437 22 120
Binary 11010001 11000011 11010101 10 1000 0 10000 100011111 10010 1010000

Color Harmonies of #D1C3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C3D5

Black with #D1C3D5

Text Example


Text Example

White with #D1C3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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