Html Css Color HEX #DDDCF0 Quartz

📋 copy color: '#DDDCF0'

red 221 ◦ green 220 ◦ blue 240

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

Shades of Quartz #DDDCF0

Tints of Quartz #DDDCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.24%

R = 32.45%
G = 32.31%
B = 35.24%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDDCF0 (or 0xDDDCF0) is known color: Quartz. HEX triplet: DD, DC and F0. RGB value is (221,220,240). Sum of RGB (Red+Green+Blue) = 221+220+240=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF0 is #22230F. Grayscale: #DEDEDE. Windows color (decimal): -2237200 or 15785181. OLE color: 15785181.

HSL color Cylindrical-coordinate representation of color #DDDCF0: hue angle of 243º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDCF0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 220 240 -
CMYK 0.08 0.08 0 0.06
HSL 243º 0.4% 0.9% -
HSV(B) 243º 0.08% 0.94% -
XYZ 71.14 72.85 92.75 -
YUV 222.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 221 220 240 0.08 0.08 0 0.06 243 0.4 0.9
Hex DD DC F0 8 8 0 6 F3 28 5A
Octal 335 334 360 10 10 0 6 363 50 132
Binary 11011101 11011100 11110000 1000 1000 0 110 11110011 101000 1011010

Color Harmonies of #DDDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCF0

Black with #DDDCF0

Text Example


Text Example

White with #DDDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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