Html Css Color HEX #DADBEC Quartz

📋 copy color: '#DADBEC'

red 218 ◦ green 219 ◦ blue 236

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

Shades of Quartz #DADBEC

Tints of Quartz #DADBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.54%

 BLUE value IS 236 (92.58% from 255) = 35.07%

R = 32.39%
G = 32.54%
B = 35.07%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DADBEC (or 0xDADBEC) is known color: Quartz. HEX triplet: DA, DB and EC. RGB value is (218,219,236). Sum of RGB (Red+Green+Blue) = 218+219+236=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBEC is #252413. Grayscale: #DCDCDC. Windows color (decimal): -2434068 or 15522778. OLE color: 15522778.

HSL color Cylindrical-coordinate representation of color #DADBEC: hue angle of 236.67º degrees, saturation: 0.32, 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 #DADBEC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 219 236 -
CMYK 0.08 0.07 0 0.07
HSL 236.67º 0.32% 0.89% -
HSV(B) 236.67º 0.08% 0.93% -
XYZ 69.39 71.62 89.52 -
YUV 220.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 218 219 236 0.08 0.07 0 0.07 236.67 0.32 0.89
Hex DA DB EC 8 7 0 7 ED 20 59
Octal 332 333 354 10 7 0 7 355 40 131
Binary 11011010 11011011 11101100 1000 111 0 111 11101101 100000 1011001

Color Harmonies of #DADBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBEC

Black with #DADBEC

Text Example


Text Example

White with #DADBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBEC; }

 p { color: rgb(218,219,236); }

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

background-color css

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

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

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

border-color css

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

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

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