Html Css Color HEX #DDD6F2 Quartz

📋 copy color: '#DDD6F2'

red 221 ◦ green 214 ◦ blue 242

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

Shades of Quartz #DDD6F2

Tints of Quartz #DDD6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 32.64%
G = 31.61%
B = 35.75%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDD6F2 (or 0xDDD6F2) is known color: Quartz. HEX triplet: DD, D6 and F2. RGB value is (221,214,242). Sum of RGB (Red+Green+Blue) = 221+214+242=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDD6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F2 is #22290D. Grayscale: #DBDBDB. Windows color (decimal): -2238734 or 15914717. OLE color: 15914717.

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

Color convert

RGB 221 214 242 -
CMYK 0.09 0.12 0 0.05
HSL 255º 0.52% 0.89% -
HSV(B) 255º 0.12% 0.95% -
XYZ 69.89 69.88 93.81 -
YUV 219.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 221 214 242 0.09 0.12 0 0.05 255 0.52 0.89
Hex DD D6 F2 9 C 0 5 FF 34 59
Octal 335 326 362 11 14 0 5 377 64 131
Binary 11011101 11010110 11110010 1001 1100 0 101 11111111 110100 1011001

Color Harmonies of #DDD6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6F2

Black with #DDD6F2

Text Example


Text Example

White with #DDD6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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