Html Css Color HEX #DADBE8 Quartz

📋 copy color: '#DADBE8'

red 218 ◦ green 219 ◦ blue 232

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

Shades of Quartz #DADBE8

Tints of Quartz #DADBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.68%

R = 32.59%
G = 32.74%
B = 34.68%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DADBE8 (or 0xDADBE8) is known color: Quartz. HEX triplet: DA, DB and E8. RGB value is (218,219,232). Sum of RGB (Red+Green+Blue) = 218+219+232=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 232 - color contains mainly: blue. Hex color #DADBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBE8 is #252417. Grayscale: #DCDCDC. Windows color (decimal): -2434072 or 15260634. OLE color: 15260634.

HSL color Cylindrical-coordinate representation of color #DADBE8: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADBE8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 219 232 -
CMYK 0.06 0.06 0 0.09
HSL 235.71º 0.23% 0.88% -
HSV(B) 235.71º 0.06% 0.91% -
XYZ 68.81 71.39 86.5 -
YUV 220.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 218 219 232 0.06 0.06 0 0.09 235.71 0.23 0.88
Hex DA DB E8 6 6 0 9 EC 17 58
Octal 332 333 350 6 6 0 11 354 27 130
Binary 11011010 11011011 11101000 110 110 0 1001 11101100 10111 1011000

Color Harmonies of #DADBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBE8

Black with #DADBE8

Text Example


Text Example

White with #DADBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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