Html Css Color HEX #DADDF7 Quartz

📋 copy color: '#DADDF7'

red 218 ◦ green 221 ◦ blue 247

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

Shades of Quartz #DADDF7

Tints of Quartz #DADDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.01%

R = 31.78%
G = 32.22%
B = 36.01%

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

#DADDF7 (or 0xDADDF7) is known color: Quartz. HEX triplet: DA, DD and F7. RGB value is (218,221,247). Sum of RGB (Red+Green+Blue) = 218+221+247=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #DADDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF7 is #252208. Grayscale: #DEDEDE. Windows color (decimal): -2433545 or 16244186. OLE color: 16244186.

HSL color Cylindrical-coordinate representation of color #DADDF7: hue angle of 233.79º degrees, saturation: 0.64, 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 #DADDF7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 221 247 -
CMYK 0.12 0.11 0 0.03
HSL 233.79º 0.64% 0.91% -
HSV(B) 233.79º 0.12% 0.97% -
XYZ 71.56 73.33 98.38 -
YUV 223.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 218 221 247 0.12 0.11 0 0.03 233.79 0.64 0.91
Hex DA DD F7 C B 0 3 EA 40 5B
Octal 332 335 367 14 13 0 3 352 100 133
Binary 11011010 11011101 11110111 1100 1011 0 11 11101010 1000000 1011011

Color Harmonies of #DADDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDF7

Black with #DADDF7

Text Example


Text Example

White with #DADDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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