Html Css Color HEX #DDD2FD Quartz

📋 copy color: '#DDD2FD'

red 221 ◦ green 210 ◦ blue 253

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

Shades of Quartz #DDD2FD

Tints of Quartz #DDD2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.7%

 BLUE value IS 253 (99.22% from 255) = 36.99%

R = 32.31%
G = 30.7%
B = 36.99%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDD2FD (or 0xDDD2FD) is known color: Quartz. HEX triplet: DD, D2 and FD. RGB value is (221,210,253). Sum of RGB (Red+Green+Blue) = 221+210+253=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FD is #222D02. Grayscale: #DADADA. Windows color (decimal): -2239747 or 16634589. OLE color: 16634589.

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

Color convert

RGB 221 210 253 -
CMYK 0.13 0.17 0 0.01
HSL 255.35º 0.91% 0.91% -
HSV(B) 255.35º 0.17% 0.99% -
XYZ 70.6 68.56 102.44 -
YUV 218.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 221 210 253 0.13 0.17 0 0.01 255.35 0.91 0.91
Hex DD D2 FD D 11 0 1 FF 5B 5B
Octal 335 322 375 15 21 0 1 377 133 133
Binary 11011101 11010010 11111101 1101 10001 0 1 11111111 1011011 1011011

Color Harmonies of #DDD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2FD

Black with #DDD2FD

Text Example


Text Example

White with #DDD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2FD; }

 p { color: rgb(221,210,253); }

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

background-color css

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

 a { background-color: rgb(221,210,253); }

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

border-color css

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

 span { border-color: rgb(221,210,253); }

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