Html Css Color HEX #DDDAEC Quartz

📋 copy color: '#DDDAEC'

red 221 ◦ green 218 ◦ blue 236

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

Shades of Quartz #DDDAEC

Tints of Quartz #DDDAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 32.74%
G = 32.3%
B = 34.96%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDDAEC (or 0xDDDAEC) is known color: Quartz. HEX triplet: DD, DA and EC. RGB value is (221,218,236). Sum of RGB (Red+Green+Blue) = 221+218+236=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEC is #222513. Grayscale: #DCDCDC. Windows color (decimal): -2237716 or 15522525. OLE color: 15522525.

HSL color Cylindrical-coordinate representation of color #DDDAEC: hue angle of 250º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDAEC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 218 236 -
CMYK 0.06 0.08 0 0.07
HSL 250º 0.32% 0.89% -
HSV(B) 250º 0.08% 0.93% -
XYZ 70.03 71.57 89.48 -
YUV 220.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 221 218 236 0.06 0.08 0 0.07 250 0.32 0.89
Hex DD DA EC 6 8 0 7 FA 20 59
Octal 335 332 354 6 10 0 7 372 40 131
Binary 11011101 11011010 11101100 110 1000 0 111 11111010 100000 1011001

Color Harmonies of #DDDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAEC

Black with #DDDAEC

Text Example


Text Example

White with #DDDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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