Html Css Color HEX #DDDAF0 Quartz

📋 copy color: '#DDDAF0'

red 221 ◦ green 218 ◦ blue 240

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

Shades of Quartz #DDDAF0

Tints of Quartz #DDDAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 32.55%
G = 32.11%
B = 35.35%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDDAF0 (or 0xDDDAF0) is known color: Quartz. HEX triplet: DD, DA and F0. RGB value is (221,218,240). Sum of RGB (Red+Green+Blue) = 221+218+240=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF0 is #22250F. Grayscale: #DDDDDD. Windows color (decimal): -2237712 or 15784669. OLE color: 15784669.

HSL color Cylindrical-coordinate representation of color #DDDAF0: hue angle of 248.18º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDAF0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 218 240 -
CMYK 0.08 0.09 0 0.06
HSL 248.18º 0.42% 0.9% -
HSV(B) 248.18º 0.09% 0.94% -
XYZ 70.62 71.81 92.58 -
YUV 221.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 221 218 240 0.08 0.09 0 0.06 248.18 0.42 0.9
Hex DD DA F0 8 9 0 6 F8 2A 5A
Octal 335 332 360 10 11 0 6 370 52 132
Binary 11011101 11011010 11110000 1000 1001 0 110 11111000 101010 1011010

Color Harmonies of #DDDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAF0

Black with #DDDAF0

Text Example


Text Example

White with #DDDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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