Html Css Color HEX #DADEF5 Quartz

📋 copy color: '#DADEF5'

red 218 ◦ green 222 ◦ blue 245

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

Shades of Quartz #DADEF5

Tints of Quartz #DADEF5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.41%

 BLUE value IS 245 (96.09% from 255) = 35.77%

R = 31.82%
G = 32.41%
B = 35.77%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DADEF5 (or 0xDADEF5) is known color: Quartz. HEX triplet: DA, DE and F5. RGB value is (218,222,245). Sum of RGB (Red+Green+Blue) = 218+222+245=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DADEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF5 is #25210A. Grayscale: #DFDFDF. Windows color (decimal): -2433291 or 16113370. OLE color: 16113370.

HSL color Cylindrical-coordinate representation of color #DADEF5: hue angle of 231.11º degrees, saturation: 0.57, 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 #DADEF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 222 245 -
CMYK 0.11 0.09 0 0.04
HSL 231.11º 0.57% 0.91% -
HSV(B) 231.11º 0.11% 0.96% -
XYZ 71.52 73.74 96.85 -
YUV 223.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 218 222 245 0.11 0.09 0 0.04 231.11 0.57 0.91
Hex DA DE F5 B 9 0 4 E7 39 5B
Octal 332 336 365 13 11 0 4 347 71 133
Binary 11011010 11011110 11110101 1011 1001 0 100 11100111 111001 1011011

Color Harmonies of #DADEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEF5

Black with #DADEF5

Text Example


Text Example

White with #DADEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEF5; }

 p { color: rgb(218,222,245); }

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

background-color css

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

 a { background-color: rgb(218,222,245); }

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

border-color css

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

 span { border-color: rgb(218,222,245); }

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