#D0C3D8

Color #D0C3D8 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #D0C3D8

Tints of Prelude #D0C3D8

Color information

#D0C3D8 (or 0xD0C3D8) is unknown color: approx Prelude. HEX triplet: D0, C3 and D8. RGB value is (208,195,216). Sum of RGB (Red+Green+Blue) = 208+195+216=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0C3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3D8 is #2F3C27. Grayscale: #C9C9C9. Windows color (decimal): -3095592 or 14205904. OLE color: 14205904.

HSL color Cylindrical-coordinate representation of color #D0C3D8: hue angle of 277.14º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0C3D8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208195216-
CMYK0.040.1000.15
HSL277.14º21.21%80.59%-
HSV(B)277.14º9.72%84.71%-
XYZ57.9257.472.99-
YUV201.28136.31132.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 195 (76.56% from 255) = 31.50%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=33.60%
G=31.50%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081952160.040.1000.15277.1421.2180.59
HexD0C3D84A0F1151551
Octal32030333041201742525121
Binary110100001100001111011000100101001111100010101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C3D8; }

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

 H1.HeaderClassName
 {
   color: #D0C3D8;
 }
 .AnyTagClassName
 {
   color: #D0C3D8;
 }
</style>
background-color css

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

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

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

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

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

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