Html Css Color HEX #DADDF6 Quartz

📋 copy color: '#DADDF6'

red 218 ◦ green 221 ◦ blue 246

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

Shades of Quartz #DADDF6

Tints of Quartz #DADDF6

RGB

 RED value IS 218 (85.55% from 255) = 31.82%

 GREEN value IS 221 (86.72% from 255) = 32.26%

 BLUE value IS 246 (96.48% from 255) = 35.91%

R = 31.82%
G = 32.26%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DADDF6 (or 0xDADDF6) is known color: Quartz. HEX triplet: DA, DD and F6. RGB value is (218,221,246). Sum of RGB (Red+Green+Blue) = 218+221+246=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #DADDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF6 is #252209. Grayscale: #DEDEDE. Windows color (decimal): -2433546 or 16178650. OLE color: 16178650.

HSL color Cylindrical-coordinate representation of color #DADDF6: hue angle of 233.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADDF6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 221 246 -
CMYK 0.11 0.10 0 0.04
HSL 233.57º 0.61% 0.91% -
HSV(B) 233.57º 0.11% 0.96% -
XYZ 71.4 73.27 97.57 -
YUV 222.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 218 221 246 0.11 0.10 0 0.04 233.57 0.61 0.91
Hex DA DD F6 B A 0 4 EA 3D 5B
Octal 332 335 366 13 12 0 4 352 75 133
Binary 11011010 11011101 11110110 1011 1010 0 100 11101010 111101 1011011

Color Harmonies of #DADDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDF6

Black with #DADDF6

Text Example


Text Example

White with #DADDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDF6; }

 p { color: rgb(218,221,246); }

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

background-color css

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

 a { background-color: rgb(218,221,246); }

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

border-color css

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

 span { border-color: rgb(218,221,246); }

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