Html Css Color HEX #DDDAEA Quartz

📋 copy color: '#DDDAEA'

red 221 ◦ green 218 ◦ blue 234

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

Shades of Quartz #DDDAEA

Tints of Quartz #DDDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 32.84%
G = 32.39%
B = 34.77%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDDAEA (or 0xDDDAEA) is known color: Quartz. HEX triplet: DD, DA and EA. RGB value is (221,218,234). Sum of RGB (Red+Green+Blue) = 221+218+234=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEA is #222515. Grayscale: #DCDCDC. Windows color (decimal): -2237718 or 15391453. OLE color: 15391453.

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

Color convert

RGB 221 218 234 -
CMYK 0.06 0.07 0 0.08
HSL 251.25º 0.28% 0.89% -
HSV(B) 251.25º 0.07% 0.92% -
XYZ 69.74 71.46 87.96 -
YUV 220.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 221 218 234 0.06 0.07 0 0.08 251.25 0.28 0.89
Hex DD DA EA 6 7 0 8 FB 1C 59
Octal 335 332 352 6 7 0 10 373 34 131
Binary 11011101 11011010 11101010 110 111 0 1000 11111011 11100 1011001

Color Harmonies of #DDDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAEA

Black with #DDDAEA

Text Example


Text Example

White with #DDDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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