Html Css Color HEX #DDD7FE Quartz

📋 copy color: '#DDD7FE'

red 221 ◦ green 215 ◦ blue 254

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

Shades of Quartz #DDD7FE

Tints of Quartz #DDD7FE

RGB

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

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

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

R = 32.03%
G = 31.16%
B = 36.81%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDD7FE (or 0xDDD7FE) is known color: Quartz. HEX triplet: DD, D7 and FE. RGB value is (221,215,254). Sum of RGB (Red+Green+Blue) = 221+215+254=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FE is #222801. Grayscale: #DDDDDD. Windows color (decimal): -2238466 or 16701405. OLE color: 16701405.

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

Color convert

RGB 221 215 254 -
CMYK 0.13 0.15 0 0.00
HSL 249.23º 0.95% 0.92% -
HSV(B) 249.23º 0.15% 1% -
XYZ 72.01 71.13 103.7 -
YUV 221.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 221 215 254 0.13 0.15 0 0.00 249.23 0.95 0.92
Hex DD D7 FE D F 0 0 F9 5F 5C
Octal 335 327 376 15 17 0 0 371 137 134
Binary 11011101 11010111 11111110 1101 1111 0 0 11111001 1011111 1011100

Color Harmonies of #DDD7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7FE

Black with #DDD7FE

Text Example


Text Example

White with #DDD7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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