#D4CEED

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

Shades of Quartz #D4CEED

Tints of Quartz #D4CEED

Color information

#D4CEED (or 0xD4CEED) is unknown color: approx Quartz. HEX triplet: D4, CE and ED. RGB value is (212,206,237). Sum of RGB (Red+Green+Blue) = 212+206+237=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEED is #2B3112. Grayscale: #D3D3D3. Windows color (decimal): -2830611 or 15584980. OLE color: 15584980.

HSL color Cylindrical-coordinate representation of color #D4CEED: hue angle of 251.61º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CEED is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212206237-
CMYK0.110.1300.07
HSL251.61º46.27%86.86%-
HSV(B)251.61º13.08%92.94%-
XYZ64.5164.2589.12-
YUV211.33142.49128.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.37%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=32.37%
G=31.45%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122062370.110.1300.07251.6146.2786.86
HexD4CEEDBD07fc2e57
Octal32431635513150737456127
Binary110101001100111011101101101111010111111111001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEED; }

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

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

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

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

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

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

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

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