#D3CFF3

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

Shades of Quartz #D3CFF3

Tints of Quartz #D3CFF3

Color information

#D3CFF3 (or 0xD3CFF3) is unknown color: approx Quartz. HEX triplet: D3, CF and F3. RGB value is (211,207,243). Sum of RGB (Red+Green+Blue) = 211+207+243=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFF3 is #2C300C. Grayscale: #D4D4D4. Windows color (decimal): -2895885 or 15978451. OLE color: 15978451.

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

Color convert

RGB211207243-
CMYK0.130.1500.05
HSL246.67º60%88.24%-
HSV(B)246.67º14.81%95.29%-
XYZ65.3564.9593.89-
YUV212.3145.33127.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.92%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=31.92%
G=31.32%
B=36.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112072430.130.1500.05246.676088.24
HexD3CFF3DF05f73c58
Octal32331736315170536774130
Binary110100111100111111110011110111110101111101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFF3; }

 p { color: rgb(211,207,243); }

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

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

 a { background-color: rgb(211,207,243); }

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

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

 span { border-color: rgb(211,207,243); }

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