Html Css Color HEX #DDD2FF Quartz

📋 copy color: '#DDD2FF'

red 221 ◦ green 210 ◦ blue 255

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

Shades of Quartz #DDD2FF

Tints of Quartz #DDD2FF

RGB

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

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

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

R = 32.22%
G = 30.61%
B = 37.17%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDD2FF (or 0xDDD2FF) is known color: Quartz. HEX triplet: DD, D2 and FF. RGB value is (221,210,255). Sum of RGB (Red+Green+Blue) = 221+210+255=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FF is #222D00. Grayscale: #DADADA. Windows color (decimal): -2239745 or 16765661. OLE color: 16765661.

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

Color convert

RGB 221 210 255 -
CMYK 0.13 0.18 0 0
HSL 254.67º 1% 0.91% -
HSV(B) 254.67º 0.18% 1% -
XYZ 70.92 68.69 104.13 -
YUV 218.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 221 210 255 0.13 0.18 0 0 254.67 1 0.91
Hex DD D2 FF D 12 0 0 FF 64 5B
Octal 335 322 377 15 22 0 0 377 144 133
Binary 11011101 11010010 11111111 1101 10010 0 0 11111111 1100100 1011011

Color Harmonies of #DDD2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2FF

Black with #DDD2FF

Text Example


Text Example

White with #DDD2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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