Html Css Color HEX #DDDBF9 Quartz

📋 copy color: '#DDDBF9'

red 221 ◦ green 219 ◦ blue 249

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

Shades of Quartz #DDDBF9

Tints of Quartz #DDDBF9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.79%

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

R = 32.08%
G = 31.79%
B = 36.14%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDDBF9 (or 0xDDDBF9) is known color: Quartz. HEX triplet: DD, DB and F9. RGB value is (221,219,249). Sum of RGB (Red+Green+Blue) = 221+219+249=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBF9 is #222406. Grayscale: #DEDEDE. Windows color (decimal): -2237447 or 16374749. OLE color: 16374749.

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

Color convert

RGB 221 219 249 -
CMYK 0.11 0.12 0 0.02
HSL 244º 0.71% 0.92% -
HSV(B) 244º 0.12% 0.98% -
XYZ 72.25 72.87 99.88 -
YUV 223.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 221 219 249 0.11 0.12 0 0.02 244 0.71 0.92
Hex DD DB F9 B C 0 2 F4 47 5C
Octal 335 333 371 13 14 0 2 364 107 134
Binary 11011101 11011011 11111001 1011 1100 0 10 11110100 1000111 1011100

Color Harmonies of #DDDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBF9

Black with #DDDBF9

Text Example


Text Example

White with #DDDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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