#D4CEF1

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

Shades of Quartz #D4CEF1

Tints of Quartz #D4CEF1

Color information

#D4CEF1 (or 0xD4CEF1) is unknown color: approx Quartz. HEX triplet: D4, CE and F1. RGB value is (212,206,241). Sum of RGB (Red+Green+Blue) = 212+206+241=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEF1 is #2B310E. Grayscale: #D3D3D3. Windows color (decimal): -2830607 or 15847124. OLE color: 15847124.

HSL color Cylindrical-coordinate representation of color #D4CEF1: hue angle of 250.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CEF1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212206241-
CMYK0.120.1500.05
HSL250.29º55.56%87.65%-
HSV(B)250.29º14.52%94.51%-
XYZ65.164.4992.24-
YUV211.78144.49128.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.17%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=32.17%
G=31.26%
B=36.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122062410.120.1500.05250.2955.5687.65
HexD4CEF1CF05fa3858
Octal32431636114170537270130
Binary110101001100111011110001110011110101111110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEF1; }

 p { color: rgb(212,206,241); }

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

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

 a { background-color: rgb(212,206,241); }

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

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

 span { border-color: rgb(212,206,241); }

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