Html Css Color HEX #D3C2DC Prelude

📋 copy color: '#D3C2DC'

red 211 ◦ green 194 ◦ blue 220

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

Shades of Prelude #D3C2DC

Tints of Prelude #D3C2DC

RGB

 RED value IS 211 (82.81% from 255) = 33.76%

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

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

R = 33.76%
G = 31.04%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3C2DC (or 0xD3C2DC) is known color: Prelude. HEX triplet: D3, C2 and DC. RGB value is (211,194,220). Sum of RGB (Red+Green+Blue) = 211+194+220=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2DC is #2C3D23. Grayscale: #C9C9C9. Windows color (decimal): -2899236 or 14467795. OLE color: 14467795.

HSL color Cylindrical-coordinate representation of color #D3C2DC: hue angle of 279.23º degrees, saturation: 0.27, 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 #D3C2DC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 194 220 -
CMYK 0.04 0.12 0 0.14
HSL 279.23º 0.27% 0.81% -
HSV(B) 279.23º 0.12% 0.86% -
XYZ 59.07 57.6 75.71 -
YUV 202.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 211 194 220 0.04 0.12 0 0.14 279.23 0.27 0.81
Hex D3 C2 DC 4 C 0 E 117 1B 51
Octal 323 302 334 4 14 0 16 427 33 121
Binary 11010011 11000010 11011100 100 1100 0 1110 100010111 11011 1010001

Color Harmonies of #D3C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C2DC

Black with #D3C2DC

Text Example


Text Example

White with #D3C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C2DC; }

 p { color: rgb(211,194,220); }

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

background-color css

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

 a { background-color: rgb(211,194,220); }

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

border-color css

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

 span { border-color: rgb(211,194,220); }

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