Html Css Color HEX #DDD4FF Quartz

📋 copy color: '#DDD4FF'

red 221 ◦ green 212 ◦ blue 255

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

Shades of Quartz #DDD4FF

Tints of Quartz #DDD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.81%

 BLUE value IS 255 (100% from 255) = 37.06%

R = 32.12%
G = 30.81%
B = 37.06%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDD4FF (or 0xDDD4FF) is known color: Quartz. HEX triplet: DD, D4 and FF. RGB value is (221,212,255). Sum of RGB (Red+Green+Blue) = 221+212+255=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4FF is #222B00. Grayscale: #DBDBDB. Windows color (decimal): -2239233 or 16766173. OLE color: 16766173.

HSL color Cylindrical-coordinate representation of color #DDD4FF: hue angle of 252.56º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD4FF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 212 255 -
CMYK 0.13 0.17 0 0
HSL 252.56º 1% 0.92% -
HSV(B) 252.56º 0.17% 1% -
XYZ 71.41 69.68 104.29 -
YUV 219.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 221 212 255 0.13 0.17 0 0 252.56 1 0.92
Hex DD D4 FF D 11 0 0 FD 64 5C
Octal 335 324 377 15 21 0 0 375 144 134
Binary 11011101 11010100 11111111 1101 10001 0 0 11111101 1100100 1011100

Color Harmonies of #DDD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4FF

Black with #DDD4FF

Text Example


Text Example

White with #DDD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4FF; }

 p { color: rgb(221,212,255); }

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

background-color css

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

 a { background-color: rgb(221,212,255); }

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

border-color css

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

 span { border-color: rgb(221,212,255); }

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