Html Css Color HEX #DDD7FA Quartz

📋 copy color: '#DDD7FA'

red 221 ◦ green 215 ◦ blue 250

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

Shades of Quartz #DDD7FA

Tints of Quartz #DDD7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.34%

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

R = 32.22%
G = 31.34%
B = 36.44%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDD7FA (or 0xDDD7FA) is known color: Quartz. HEX triplet: DD, D7 and FA. RGB value is (221,215,250). Sum of RGB (Red+Green+Blue) = 221+215+250=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FA is #222805. Grayscale: #DCDCDC. Windows color (decimal): -2238470 or 16439261. OLE color: 16439261.

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

Color convert

RGB 221 215 250 -
CMYK 0.12 0.14 0 0.02
HSL 250.29º 0.78% 0.91% -
HSV(B) 250.29º 0.14% 0.98% -
XYZ 71.37 70.88 100.36 -
YUV 220.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 221 215 250 0.12 0.14 0 0.02 250.29 0.78 0.91
Hex DD D7 FA C E 0 2 FA 4E 5B
Octal 335 327 372 14 16 0 2 372 116 133
Binary 11011101 11010111 11111010 1100 1110 0 10 11111010 1001110 1011011

Color Harmonies of #DDD7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7FA

Black with #DDD7FA

Text Example


Text Example

White with #DDD7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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