Html Css Color HEX #D0C1D8 Prelude

📋 copy color: '#D0C1D8'

red 208 ◦ green 193 ◦ blue 216

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

Shades of Prelude #D0C1D8

Tints of Prelude #D0C1D8

RGB

 RED value IS 208 (81.64% from 255) = 33.71%

 GREEN value IS 193 (75.78% from 255) = 31.28%

 BLUE value IS 216 (84.77% from 255) = 35.01%

R = 33.71%
G = 31.28%
B = 35.01%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0C1D8 (or 0xD0C1D8) is known color: Prelude. HEX triplet: D0, C1 and D8. RGB value is (208,193,216). Sum of RGB (Red+Green+Blue) = 208+193+216=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0C1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1D8 is #2F3E27. Grayscale: #C8C8C8. Windows color (decimal): -3096104 or 14205392. OLE color: 14205392.

HSL color Cylindrical-coordinate representation of color #D0C1D8: hue angle of 279.13º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0C1D8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 193 216 -
CMYK 0.04 0.11 0 0.15
HSL 279.13º 0.23% 0.8% -
HSV(B) 279.13º 0.11% 0.85% -
XYZ 57.48 56.51 72.84 -
YUV 200.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 208 193 216 0.04 0.11 0 0.15 279.13 0.23 0.8
Hex D0 C1 D8 4 B 0 F 117 17 50
Octal 320 301 330 4 13 0 17 427 27 120
Binary 11010000 11000001 11011000 100 1011 0 1111 100010111 10111 1010000

Color Harmonies of #D0C1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C1D8

Black with #D0C1D8

Text Example


Text Example

White with #D0C1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C1D8; }

 p { color: rgb(208,193,216); }

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

background-color css

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

 a { background-color: rgb(208,193,216); }

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

border-color css

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

 span { border-color: rgb(208,193,216); }

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