Html Css Color HEX #DDDAFF Quartz

📋 copy color: '#DDDAFF'

red 221 ◦ green 218 ◦ blue 255

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

Shades of Quartz #DDDAFF

Tints of Quartz #DDDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.41%

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

R = 31.84%
G = 31.41%
B = 36.74%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDDAFF (or 0xDDDAFF) is known color: Quartz. HEX triplet: DD, DA and FF. RGB value is (221,218,255). Sum of RGB (Red+Green+Blue) = 221+218+255=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFF is #222500. Grayscale: #DEDEDE. Windows color (decimal): -2237697 or 16767709. OLE color: 16767709.

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

Color convert

RGB 221 218 255 -
CMYK 0.13 0.15 0 0
HSL 244.86º 1% 0.93% -
HSV(B) 244.86º 0.15% 1% -
XYZ 72.94 72.73 104.8 -
YUV 223.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 221 218 255 0.13 0.15 0 0 244.86 1 0.93
Hex DD DA FF D F 0 0 F5 64 5D
Octal 335 332 377 15 17 0 0 365 144 135
Binary 11011101 11011010 11111111 1101 1111 0 0 11110101 1100100 1011101

Color Harmonies of #DDDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAFF

Black with #DDDAFF

Text Example


Text Example

White with #DDDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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