Html Css Color HEX #DADDF8 Quartz

📋 copy color: '#DADDF8'

red 218 ◦ green 221 ◦ blue 248

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

Shades of Quartz #DADDF8

Tints of Quartz #DADDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.1%

R = 31.73%
G = 32.17%
B = 36.1%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DADDF8 (or 0xDADDF8) is known color: Quartz. HEX triplet: DA, DD and F8. RGB value is (218,221,248). Sum of RGB (Red+Green+Blue) = 218+221+248=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #DADDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF8 is #252207. Grayscale: #DFDFDF. Windows color (decimal): -2433544 or 16309722. OLE color: 16309722.

HSL color Cylindrical-coordinate representation of color #DADDF8: hue angle of 234º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADDF8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 221 248 -
CMYK 0.12 0.11 0 0.03
HSL 234º 0.68% 0.91% -
HSV(B) 234º 0.12% 0.97% -
XYZ 71.71 73.4 99.19 -
YUV 223.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 218 221 248 0.12 0.11 0 0.03 234 0.68 0.91
Hex DA DD F8 C B 0 3 EA 44 5B
Octal 332 335 370 14 13 0 3 352 104 133
Binary 11011010 11011101 11111000 1100 1011 0 11 11101010 1000100 1011011

Color Harmonies of #DADDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDF8

Black with #DADDF8

Text Example


Text Example

White with #DADDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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