Html Css Color HEX #DDD6FB Quartz

📋 copy color: '#DDD6FB'

red 221 ◦ green 214 ◦ blue 251

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

Shades of Quartz #DDD6FB

Tints of Quartz #DDD6FB

RGB

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

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

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

R = 32.22%
G = 31.2%
B = 36.59%

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

#DDD6FB (or 0xDDD6FB) is known color: Quartz. HEX triplet: DD, D6 and FB. RGB value is (221,214,251). Sum of RGB (Red+Green+Blue) = 221+214+251=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6FB is #222904. Grayscale: #DCDCDC. Windows color (decimal): -2238725 or 16504541. OLE color: 16504541.

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

Color convert

RGB 221 214 251 -
CMYK 0.12 0.15 0 0.02
HSL 251.35º 0.82% 0.91% -
HSV(B) 251.35º 0.15% 0.98% -
XYZ 71.28 70.43 101.1 -
YUV 220.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 221 214 251 0.12 0.15 0 0.02 251.35 0.82 0.91
Hex DD D6 FB C F 0 2 FB 52 5B
Octal 335 326 373 14 17 0 2 373 122 133
Binary 11011101 11010110 11111011 1100 1111 0 10 11111011 1010010 1011011

Color Harmonies of #DDD6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6FB

Black with #DDD6FB

Text Example


Text Example

White with #DDD6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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