Html Css Color HEX #DADAEA Quartz

📋 copy color: '#DADAEA'

red 218 ◦ green 218 ◦ blue 234

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

Shades of Quartz #DADAEA

Tints of Quartz #DADAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

 BLUE value IS 234 (91.8% from 255) = 34.93%

R = 32.54%
G = 32.54%
B = 34.93%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DADAEA (or 0xDADAEA) is known color: Quartz. HEX triplet: DA, DA and EA. RGB value is (218,218,234). Sum of RGB (Red+Green+Blue) = 218+218+234=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #DADAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAEA is #252515. Grayscale: #DBDBDB. Windows color (decimal): -2434326 or 15391450. OLE color: 15391450.

HSL color Cylindrical-coordinate representation of color #DADAEA: hue angle of 240º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DADAEA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 218 234 -
CMYK 0.07 0.07 0 0.08
HSL 240º 0.28% 0.89% -
HSV(B) 240º 0.07% 0.92% -
XYZ 68.84 70.99 87.92 -
YUV 219.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 218 218 234 0.07 0.07 0 0.08 240 0.28 0.89
Hex DA DA EA 7 7 0 8 F0 1C 59
Octal 332 332 352 7 7 0 10 360 34 131
Binary 11011010 11011010 11101010 111 111 0 1000 11110000 11100 1011001

Color Harmonies of #DADAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAEA

Black with #DADAEA

Text Example


Text Example

White with #DADAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAEA; }

 p { color: rgb(218,218,234); }

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

background-color css

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

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

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

border-color css

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

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

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