#DDDEFC

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

Shades of Quartz #DDDEFC

Tints of Quartz #DDDEFC

Color information

#DDDEFC (or 0xDDDEFC) is unknown color: approx Quartz. HEX triplet: DD, DE and FC. RGB value is (221,222,252). Sum of RGB (Red+Green+Blue) = 221+222+252=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEFC is #222103. Grayscale: #E0E0E0. Windows color (decimal): -2236676 or 16572125. OLE color: 16572125.

HSL color Cylindrical-coordinate representation of color #DDDEFC: hue angle of 238.06º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDEFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221222252-
CMYK0.120.1200.01
HSL238.06º83.78%92.75%-
HSV(B)238.06º12.3%98.82%-
XYZ73.5174.64102.63-
YUV225.12143.17125.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.80%
GREEN value IS 222 (87.11% from 255) = 31.94%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=31.80%
G=31.94%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212222520.120.1200.01238.0683.7892.75
HexDDDEFCCC01ee545d
Octal335336374141401356124135
Binary11011101110111101111110011001100011110111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEFC; }

 p { color: rgb(221,222,252); }

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

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

 a { background-color: rgb(221,222,252); }

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

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

 span { border-color: rgb(221,222,252); }

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