Html Css Color HEX #DDDBFA Quartz

📋 copy color: '#DDDBFA'

red 221 ◦ green 219 ◦ blue 250

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

Shades of Quartz #DDDBFA

Tints of Quartz #DDDBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 32.03%
G = 31.74%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDDBFA (or 0xDDDBFA) is known color: Quartz. HEX triplet: DD, DB and FA. RGB value is (221,219,250). Sum of RGB (Red+Green+Blue) = 221+219+250=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBFA is #222405. Grayscale: #DFDFDF. Windows color (decimal): -2237446 or 16440285. OLE color: 16440285.

HSL color Cylindrical-coordinate representation of color #DDDBFA: hue angle of 243.87º degrees, saturation: 0.76, 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 #DDDBFA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 219 250 -
CMYK 0.12 0.12 0 0.02
HSL 243.87º 0.76% 0.92% -
HSV(B) 243.87º 0.12% 0.98% -
XYZ 72.41 72.94 100.7 -
YUV 223.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 221 219 250 0.12 0.12 0 0.02 243.87 0.76 0.92
Hex DD DB FA C C 0 2 F4 4C 5C
Octal 335 333 372 14 14 0 2 364 114 134
Binary 11011101 11011011 11111010 1100 1100 0 10 11110100 1001100 1011100

Color Harmonies of #DDDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBFA

Black with #DDDBFA

Text Example


Text Example

White with #DDDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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