Html Css Color HEX #DDDCF5 Quartz

📋 copy color: '#DDDCF5'

red 221 ◦ green 220 ◦ blue 245

#DDDCF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DDDCF5

Tints of Quartz #DDDCF5

RGB

 RED value IS 221 (86.72% from 255) = 32.22%

 GREEN value IS 220 (86.33% from 255) = 32.07%

 BLUE value IS 245 (96.09% from 255) = 35.71%

R = 32.22%
G = 32.07%
B = 35.71%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDDCF5 (or 0xDDDCF5) is known color: Quartz. HEX triplet: DD, DC and F5. RGB value is (221,220,245). Sum of RGB (Red+Green+Blue) = 221+220+245=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF5 is #22230A. Grayscale: #DFDFDF. Windows color (decimal): -2237195 or 16112861. OLE color: 16112861.

HSL color Cylindrical-coordinate representation of color #DDDCF5: hue angle of 242.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDCF5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 220 245 -
CMYK 0.10 0.10 0 0.04
HSL 242.4º 0.56% 0.91% -
HSV(B) 242.4º 0.1% 0.96% -
XYZ 71.89 73.15 96.72 -
YUV 223.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 221 220 245 0.10 0.10 0 0.04 242.4 0.56 0.91
Hex DD DC F5 A A 0 4 F2 38 5B
Octal 335 334 365 12 12 0 4 362 70 133
Binary 11011101 11011100 11110101 1010 1010 0 100 11110010 111000 1011011

Color Harmonies of #DDDCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCF5

Black with #DDDCF5

Text Example


Text Example

White with #DDDCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCF5; }

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

 H1.HeaderClassName
 {
   color: #DDDCF5;
 }
 .AnyTagClassName
 {
   color: #DDDCF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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