Html Css Color HEX #DDDAF8 Quartz

📋 copy color: '#DDDAF8'

red 221 ◦ green 218 ◦ blue 248

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

Shades of Quartz #DDDAF8

Tints of Quartz #DDDAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.1%

R = 32.17%
G = 31.73%
B = 36.1%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDDAF8 (or 0xDDDAF8) is known color: Quartz. HEX triplet: DD, DA and F8. RGB value is (221,218,248). Sum of RGB (Red+Green+Blue) = 221+218+248=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF8 is #222507. Grayscale: #DEDEDE. Windows color (decimal): -2237704 or 16308957. OLE color: 16308957.

HSL color Cylindrical-coordinate representation of color #DDDAF8: hue angle of 246º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDAF8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 218 248 -
CMYK 0.11 0.12 0 0.03
HSL 246º 0.68% 0.91% -
HSV(B) 246º 0.12% 0.97% -
XYZ 71.83 72.29 98.97 -
YUV 222.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 221 218 248 0.11 0.12 0 0.03 246 0.68 0.91
Hex DD DA F8 B C 0 3 F6 44 5B
Octal 335 332 370 13 14 0 3 366 104 133
Binary 11011101 11011010 11111000 1011 1100 0 11 11110110 1000100 1011011

Color Harmonies of #DDDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAF8

Black with #DDDAF8

Text Example


Text Example

White with #DDDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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