#D4CFEA

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

Shades of Quartz #D4CFEA

Tints of Quartz #D4CFEA

Color information

#D4CFEA (or 0xD4CFEA) is unknown color: approx Quartz. HEX triplet: D4, CF and EA. RGB value is (212,207,234). Sum of RGB (Red+Green+Blue) = 212+207+234=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFEA is #2B3015. Grayscale: #D3D3D3. Windows color (decimal): -2830358 or 15388628. OLE color: 15388628.

HSL color Cylindrical-coordinate representation of color #D4CFEA: hue angle of 251.11º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CFEA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212207234-
CMYK0.090.1200.08
HSL251.11º39.13%86.47%-
HSV(B)251.11º11.54%91.76%-
XYZ64.3264.5686.91-
YUV211.57140.66128.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.47%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=32.47%
G=31.70%
B=35.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122072340.090.1200.08251.1139.1386.47
HexD4CFEA9C08fb2756
Octal324317352111401037347126
Binary1101010011001111111010101001110001000111110111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFEA; }

 p { color: rgb(212,207,234); }

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

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

 a { background-color: rgb(212,207,234); }

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

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

 span { border-color: rgb(212,207,234); }

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