Html Css Color HEX #DDDEF9 Quartz

📋 copy color: '#DDDEF9'

red 221 ◦ green 222 ◦ blue 249

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

Shades of Quartz #DDDEF9

Tints of Quartz #DDDEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.08%

 BLUE value IS 249 (97.66% from 255) = 35.98%

R = 31.94%
G = 32.08%
B = 35.98%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDDEF9 (or 0xDDDEF9) is known color: Quartz. HEX triplet: DD, DE and F9. RGB value is (221,222,249). Sum of RGB (Red+Green+Blue) = 221+222+249=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF9 is #222106. Grayscale: #E0E0E0. Windows color (decimal): -2236679 or 16375517. OLE color: 16375517.

HSL color Cylindrical-coordinate representation of color #DDDEF9: hue angle of 237.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDEF9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 222 249 -
CMYK 0.11 0.11 0 0.02
HSL 237.86º 0.7% 0.92% -
HSV(B) 237.86º 0.11% 0.98% -
XYZ 73.04 74.45 100.14 -
YUV 224.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 221 222 249 0.11 0.11 0 0.02 237.86 0.7 0.92
Hex DD DE F9 B B 0 2 EE 46 5C
Octal 335 336 371 13 13 0 2 356 106 134
Binary 11011101 11011110 11111001 1011 1011 0 10 11101110 1000110 1011100

Color Harmonies of #DDDEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEF9

Black with #DDDEF9

Text Example


Text Example

White with #DDDEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEF9; }

 p { color: rgb(221,222,249); }

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

background-color css

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

 a { background-color: rgb(221,222,249); }

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

border-color css

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

 span { border-color: rgb(221,222,249); }

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