#D0C0D4

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

Shades of Prelude #D0C0D4

Tints of Prelude #D0C0D4

Color information

#D0C0D4 (or 0xD0C0D4) is unknown color: approx Prelude. HEX triplet: D0, C0 and D4. RGB value is (208,192,212). Sum of RGB (Red+Green+Blue) = 208+192+212=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0C0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0D4 is #2F3F2B. Grayscale: #C7C7C7. Windows color (decimal): -3096364 or 13942992. OLE color: 13942992.

HSL color Cylindrical-coordinate representation of color #D0C0D4: hue angle of 288º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0C0D4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208192212-
CMYK0.020.0900.17
HSL288º18.87%79.22%-
HSV(B)288º9.43%83.14%-
XYZ56.7555.8670.08-
YUV199.06135.3134.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 212 (83.20% from 255) = 34.64%
R=33.99%
G=31.37%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081922120.020.0900.1728818.8779.22
HexD0C0D429011120134f
Octal32030032421102144023117
Binary110100001100000011010100101001010001100100000100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0D4; }

 p { color: rgb(208,192,212); }

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

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

 a { background-color: rgb(208,192,212); }

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

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

 span { border-color: rgb(208,192,212); }

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