#DDDCF3

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

Shades of Quartz #DDDCF3

Tints of Quartz #DDDCF3

Color information

#DDDCF3 (or 0xDDDCF3) is unknown color: approx Quartz. HEX triplet: DD, DC and F3. RGB value is (221,220,243). Sum of RGB (Red+Green+Blue) = 221+220+243=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF3 is #22230C. Grayscale: #DEDEDE. Windows color (decimal): -2237197 or 15981789. OLE color: 15981789.

HSL color Cylindrical-coordinate representation of color #DDDCF3: hue angle of 242.61º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDCF3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221220243-
CMYK0.090.0900.05
HSL242.61º48.94%90.78%-
HSV(B)242.61º9.47%95.29%-
XYZ71.5973.0395.12-
YUV222.92139.33126.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=32.31%
G=32.16%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212202430.090.0900.05242.6148.9490.78
HexDDDCF39905f3315b
Octal33533436311110536361133
Binary110111011101110011110011100110010101111100111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCF3; }

 p { color: rgb(221,220,243); }

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

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

 a { background-color: rgb(221,220,243); }

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

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

 span { border-color: rgb(221,220,243); }

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