#D2CFEA

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

Shades of Quartz #D2CFEA

Tints of Quartz #D2CFEA

Color information

#D2CFEA (or 0xD2CFEA) is unknown color: approx Quartz. HEX triplet: D2, CF and EA. RGB value is (210,207,234). Sum of RGB (Red+Green+Blue) = 210+207+234=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFEA is #2D3015. Grayscale: #D2D2D2. Windows color (decimal): -2961430 or 15388626. OLE color: 15388626.

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

Color convert

RGB210207234-
CMYK0.100.1200.08
HSL246.67º39.13%86.47%-
HSV(B)246.67º11.54%91.76%-
XYZ63.7464.2786.89-
YUV210.97140.99127.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=32.26%
G=31.80%
B=35.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102072340.100.1200.08246.6739.1386.47
HexD2CFEAAC08f72756
Octal322317352121401036747126
Binary1101001011001111111010101010110001000111101111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFEA; }

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

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

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

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

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

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

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

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