Html Css Color HEX #DDD6F4 Quartz

📋 copy color: '#DDD6F4'

red 221 ◦ green 214 ◦ blue 244

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

Shades of Quartz #DDD6F4

Tints of Quartz #DDD6F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.94%

R = 32.55%
G = 31.52%
B = 35.94%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDD6F4 (or 0xDDD6F4) is known color: Quartz. HEX triplet: DD, D6 and F4. RGB value is (221,214,244). Sum of RGB (Red+Green+Blue) = 221+214+244=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDD6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F4 is #22290B. Grayscale: #DBDBDB. Windows color (decimal): -2238732 or 16045789. OLE color: 16045789.

HSL color Cylindrical-coordinate representation of color #DDD6F4: hue angle of 254º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD6F4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 214 244 -
CMYK 0.09 0.12 0 0.04
HSL 254º 0.58% 0.9% -
HSV(B) 254º 0.12% 0.96% -
XYZ 70.19 70 95.4 -
YUV 219.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 221 214 244 0.09 0.12 0 0.04 254 0.58 0.9
Hex DD D6 F4 9 C 0 4 FE 3A 5A
Octal 335 326 364 11 14 0 4 376 72 132
Binary 11011101 11010110 11110100 1001 1100 0 100 11111110 111010 1011010

Color Harmonies of #DDD6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6F4

Black with #DDD6F4

Text Example


Text Example

White with #DDD6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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