Html Css Color HEX #DDD5FA Quartz

📋 copy color: '#DDD5FA'

red 221 ◦ green 213 ◦ blue 250

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

Shades of Quartz #DDD5FA

Tints of Quartz #DDD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.14%

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

R = 32.31%
G = 31.14%
B = 36.55%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDD5FA (or 0xDDD5FA) is known color: Quartz. HEX triplet: DD, D5 and FA. RGB value is (221,213,250). Sum of RGB (Red+Green+Blue) = 221+213+250=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5FA is #222A05. Grayscale: #DBDBDB. Windows color (decimal): -2238982 or 16438749. OLE color: 16438749.

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

Color convert

RGB 221 213 250 -
CMYK 0.12 0.15 0 0.02
HSL 252.97º 0.79% 0.91% -
HSV(B) 252.97º 0.15% 0.98% -
XYZ 70.87 69.86 100.19 -
YUV 219.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 221 213 250 0.12 0.15 0 0.02 252.97 0.79 0.91
Hex DD D5 FA C F 0 2 FD 4F 5B
Octal 335 325 372 14 17 0 2 375 117 133
Binary 11011101 11010101 11111010 1100 1111 0 10 11111101 1001111 1011011

Color Harmonies of #DDD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5FA

Black with #DDD5FA

Text Example


Text Example

White with #DDD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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