Html Css Color HEX #DDD2FB Quartz

📋 copy color: '#DDD2FB'

red 221 ◦ green 210 ◦ blue 251

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

Shades of Quartz #DDD2FB

Tints of Quartz #DDD2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.79%

 BLUE value IS 251 (98.44% from 255) = 36.8%

R = 32.4%
G = 30.79%
B = 36.8%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDD2FB (or 0xDDD2FB) is known color: Quartz. HEX triplet: DD, D2 and FB. RGB value is (221,210,251). Sum of RGB (Red+Green+Blue) = 221+210+251=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2FB is #222D04. Grayscale: #D9D9D9. Windows color (decimal): -2239749 or 16503517. OLE color: 16503517.

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

Color convert

RGB 221 210 251 -
CMYK 0.12 0.16 0 0.02
HSL 256.1º 0.84% 0.9% -
HSV(B) 256.1º 0.16% 0.98% -
XYZ 70.28 68.43 100.77 -
YUV 217.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 221 210 251 0.12 0.16 0 0.02 256.1 0.84 0.9
Hex DD D2 FB C 10 0 2 100 54 5A
Octal 335 322 373 14 20 0 2 400 124 132
Binary 11011101 11010010 11111011 1100 10000 0 10 100000000 1010100 1011010

Color Harmonies of #DDD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2FB

Black with #DDD2FB

Text Example


Text Example

White with #DDD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2FB; }

 p { color: rgb(221,210,251); }

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

background-color css

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

 a { background-color: rgb(221,210,251); }

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

border-color css

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

 span { border-color: rgb(221,210,251); }

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