#D6CEF3

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

Shades of Quartz #D6CEF3

Tints of Quartz #D6CEF3

Color information

#D6CEF3 (or 0xD6CEF3) is unknown color: approx Quartz. HEX triplet: D6, CE and F3. RGB value is (214,206,243). Sum of RGB (Red+Green+Blue) = 214+206+243=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEF3 is #29310C. Grayscale: #D4D4D4. Windows color (decimal): -2699533 or 15978198. OLE color: 15978198.

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

Color convert

RGB214206243-
CMYK0.120.1500.05
HSL252.97º60.66%88.04%-
HSV(B)252.97º15.23%95.29%-
XYZ65.9864.9193.85-
YUV212.61145.15128.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 243 (95.31% from 255) = 36.65%
R=32.28%
G=31.07%
B=36.65%

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
Decimal2142062430.120.1500.05252.9760.6688.04
HexD6CEF3CF05fd3d58
Octal32631636314170537575130
Binary110101101100111011110011110011110101111111011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEF3; }

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

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

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

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

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

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

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

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