#D4CEEE

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

Shades of Quartz #D4CEEE

Tints of Quartz #D4CEEE

Color information

#D4CEEE (or 0xD4CEEE) is unknown color: approx Quartz. HEX triplet: D4, CE and EE. RGB value is (212,206,238). Sum of RGB (Red+Green+Blue) = 212+206+238=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEEE is #2B3111. Grayscale: #D3D3D3. Windows color (decimal): -2830610 or 15650516. OLE color: 15650516.

HSL color Cylindrical-coordinate representation of color #D4CEEE: hue angle of 251.25º degrees, saturation: 0.48, 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 #D4CEEE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212206238-
CMYK0.110.1300.07
HSL251.25º48.48%87.06%-
HSV(B)251.25º13.45%93.33%-
XYZ64.6664.3189.89-
YUV211.44142.99128.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.32%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=32.32%
G=31.40%
B=36.28%

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
Decimal2122062380.110.1300.07251.2548.4887.06
HexD4CEEEBD07fb3057
Octal32431635613150737360127
Binary110101001100111011101110101111010111111110111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEEE; }

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

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

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

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

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

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

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

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