#D5CDF4

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

Shades of Quartz #D5CDF4

Tints of Quartz #D5CDF4

Color information

#D5CDF4 (or 0xD5CDF4) is unknown color: approx Quartz. HEX triplet: D5, CD and F4. RGB value is (213,205,244). Sum of RGB (Red+Green+Blue) = 213+205+244=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5CDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF4 is #2A320B. Grayscale: #D3D3D3. Windows color (decimal): -2765324 or 16043477. OLE color: 16043477.

HSL color Cylindrical-coordinate representation of color #D5CDF4: hue angle of 252.31º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CDF4 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213205244-
CMYK0.130.1600.04
HSL252.31º63.93%88.04%-
HSV(B)252.31º15.98%95.69%-
XYZ65.664.3494.55-
YUV211.84146.15128.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.18%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 244 (95.70% from 255) = 36.86%
R=32.18%
G=30.97%
B=36.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132052440.130.1600.04252.3163.9388.04
HexD5CDF4D1004fc4058
Octal325315364152004374100130
Binary11010101110011011111010011011000001001111110010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDF4; }

 p { color: rgb(213,205,244); }

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

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

 a { background-color: rgb(213,205,244); }

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

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

 span { border-color: rgb(213,205,244); }

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