Html Css Color HEX #DADAEE Quartz

📋 copy color: '#DADAEE'

red 218 ◦ green 218 ◦ blue 238

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

Shades of Quartz #DADAEE

Tints of Quartz #DADAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.31%

R = 32.34%
G = 32.34%
B = 35.31%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DADAEE (or 0xDADAEE) is known color: Quartz. HEX triplet: DA, DA and EE. RGB value is (218,218,238). Sum of RGB (Red+Green+Blue) = 218+218+238=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DADAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAEE is #252511. Grayscale: #DCDCDC. Windows color (decimal): -2434322 or 15653594. OLE color: 15653594.

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

Color convert

RGB 218 218 238 -
CMYK 0.08 0.08 0 0.07
HSL 240º 0.37% 0.89% -
HSV(B) 240º 0.08% 0.93% -
XYZ 69.42 71.22 90.98 -
YUV 220.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 218 218 238 0.08 0.08 0 0.07 240 0.37 0.89
Hex DA DA EE 8 8 0 7 F0 25 59
Octal 332 332 356 10 10 0 7 360 45 131
Binary 11011010 11011010 11101110 1000 1000 0 111 11110000 100101 1011001

Color Harmonies of #DADAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAEE

Black with #DADAEE

Text Example


Text Example

White with #DADAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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