Html Css Color HEX #DDD6FE Quartz

📋 copy color: '#DDD6FE'

red 221 ◦ green 214 ◦ blue 254

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

Shades of Quartz #DDD6FE

Tints of Quartz #DDD6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.87%

R = 32.08%
G = 31.06%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDD6FE (or 0xDDD6FE) is known color: Quartz. HEX triplet: DD, D6 and FE. RGB value is (221,214,254). Sum of RGB (Red+Green+Blue) = 221+214+254=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FE is #222901. Grayscale: #DCDCDC. Windows color (decimal): -2238722 or 16701149. OLE color: 16701149.

HSL color Cylindrical-coordinate representation of color #DDD6FE: hue angle of 250.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD6FE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 214 254 -
CMYK 0.13 0.16 0 0.00
HSL 250.5º 0.95% 0.92% -
HSV(B) 250.5º 0.16% 1% -
XYZ 71.75 70.62 103.62 -
YUV 220.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 221 214 254 0.13 0.16 0 0.00 250.5 0.95 0.92
Hex DD D6 FE D 10 0 0 FB 5F 5C
Octal 335 326 376 15 20 0 0 373 137 134
Binary 11011101 11010110 11111110 1101 10000 0 0 11111011 1011111 1011100

Color Harmonies of #DDD6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6FE

Black with #DDD6FE

Text Example


Text Example

White with #DDD6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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