Html Css Color HEX #DDD6F1 Quartz

📋 copy color: '#DDD6F1'

red 221 ◦ green 214 ◦ blue 241

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

Shades of Quartz #DDD6F1

Tints of Quartz #DDD6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.65%

R = 32.69%
G = 31.66%
B = 35.65%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDD6F1 (or 0xDDD6F1) is known color: Quartz. HEX triplet: DD, D6 and F1. RGB value is (221,214,241). Sum of RGB (Red+Green+Blue) = 221+214+241=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F1 is #22290E. Grayscale: #DBDBDB. Windows color (decimal): -2238735 or 15849181. OLE color: 15849181.

HSL color Cylindrical-coordinate representation of color #DDD6F1: hue angle of 255.56º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD6F1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 214 241 -
CMYK 0.08 0.11 0 0.05
HSL 255.56º 0.49% 0.89% -
HSV(B) 255.56º 0.11% 0.95% -
XYZ 69.74 69.82 93.02 -
YUV 219.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 221 214 241 0.08 0.11 0 0.05 255.56 0.49 0.89
Hex DD D6 F1 8 B 0 5 100 31 59
Octal 335 326 361 10 13 0 5 400 61 131
Binary 11011101 11010110 11110001 1000 1011 0 101 100000000 110001 1011001

Color Harmonies of #DDD6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6F1

Black with #DDD6F1

Text Example


Text Example

White with #DDD6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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