Html Css Color HEX #DDD5FF Quartz

📋 copy color: '#DDD5FF'

red 221 ◦ green 213 ◦ blue 255

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

Shades of Quartz #DDD5FF

Tints of Quartz #DDD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.91%

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

R = 32.08%
G = 30.91%
B = 37.01%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDD5FF (or 0xDDD5FF) is known color: Quartz. HEX triplet: DD, D5 and FF. RGB value is (221,213,255). Sum of RGB (Red+Green+Blue) = 221+213+255=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5FF is #222A00. Grayscale: #DCDCDC. Windows color (decimal): -2238977 or 16766429. OLE color: 16766429.

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

Color convert

RGB 221 213 255 -
CMYK 0.13 0.16 0 0
HSL 251.43º 1% 0.92% -
HSV(B) 251.43º 0.16% 1% -
XYZ 71.66 70.18 104.38 -
YUV 220.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 221 213 255 0.13 0.16 0 0 251.43 1 0.92
Hex DD D5 FF D 10 0 0 FB 64 5C
Octal 335 325 377 15 20 0 0 373 144 134
Binary 11011101 11010101 11111111 1101 10000 0 0 11111011 1100100 1011100

Color Harmonies of #DDD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5FF

Black with #DDD5FF

Text Example


Text Example

White with #DDD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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