Html Css Color HEX #DDD6FA Quartz

📋 copy color: '#DDD6FA'

red 221 ◦ green 214 ◦ blue 250

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

Shades of Quartz #DDD6FA

Tints of Quartz #DDD6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.24%

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

R = 32.26%
G = 31.24%
B = 36.5%

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

#DDD6FA (or 0xDDD6FA) is known color: Quartz. HEX triplet: DD, D6 and FA. RGB value is (221,214,250). Sum of RGB (Red+Green+Blue) = 221+214+250=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FA is #222905. Grayscale: #DCDCDC. Windows color (decimal): -2238726 or 16439005. OLE color: 16439005.

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

Color convert

RGB 221 214 250 -
CMYK 0.12 0.14 0 0.02
HSL 251.67º 0.78% 0.91% -
HSV(B) 251.67º 0.14% 0.98% -
XYZ 71.12 70.37 100.28 -
YUV 220.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 221 214 250 0.12 0.14 0 0.02 251.67 0.78 0.91
Hex DD D6 FA C E 0 2 FC 4E 5B
Octal 335 326 372 14 16 0 2 374 116 133
Binary 11011101 11010110 11111010 1100 1110 0 10 11111100 1001110 1011011

Color Harmonies of #DDD6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6FA

Black with #DDD6FA

Text Example


Text Example

White with #DDD6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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