Html Css Color HEX #DDDAE9 Quartz

📋 copy color: '#DDDAE9'

red 221 ◦ green 218 ◦ blue 233

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

Shades of Quartz #DDDAE9

Tints of Quartz #DDDAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.67%

R = 32.89%
G = 32.44%
B = 34.67%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDDAE9 (or 0xDDDAE9) is known color: Quartz. HEX triplet: DD, DA and E9. RGB value is (221,218,233). Sum of RGB (Red+Green+Blue) = 221+218+233=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAE9 is #222516. Grayscale: #DCDCDC. Windows color (decimal): -2237719 or 15325917. OLE color: 15325917.

HSL color Cylindrical-coordinate representation of color #DDDAE9: hue angle of 252º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDAE9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 218 233 -
CMYK 0.05 0.06 0 0.09
HSL 252º 0.25% 0.88% -
HSV(B) 252º 0.06% 0.91% -
XYZ 69.6 71.4 87.2 -
YUV 220.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 221 218 233 0.05 0.06 0 0.09 252 0.25 0.88
Hex DD DA E9 5 6 0 9 FC 19 58
Octal 335 332 351 5 6 0 11 374 31 130
Binary 11011101 11011010 11101001 101 110 0 1001 11111100 11001 1011000

Color Harmonies of #DDDAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAE9

Black with #DDDAE9

Text Example


Text Example

White with #DDDAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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