#D4CEF3

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

Shades of Quartz #D4CEF3

Tints of Quartz #D4CEF3

Color information

#D4CEF3 (or 0xD4CEF3) is unknown color: approx Quartz. HEX triplet: D4, CE and F3. RGB value is (212,206,243). Sum of RGB (Red+Green+Blue) = 212+206+243=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEF3 is #2B310C. Grayscale: #D3D3D3. Windows color (decimal): -2830605 or 15978196. OLE color: 15978196.

HSL color Cylindrical-coordinate representation of color #D4CEF3: hue angle of 249.73º degrees, saturation: 0.61, 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 #D4CEF3 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212206243-
CMYK0.130.1500.05
HSL249.73º60.66%88.04%-
HSV(B)249.73º15.23%95.29%-
XYZ65.464.6193.82-
YUV212.01145.49127.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.07%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=32.07%
G=31.16%
B=36.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122062430.130.1500.05249.7360.6688.04
HexD4CEF3DF05fa3d58
Octal32431636315170537275130
Binary110101001100111011110011110111110101111110101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEF3; }

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

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

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

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

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

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

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

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