Html Css Color HEX #DADCEB Quartz

📋 copy color: '#DADCEB'

red 218 ◦ green 220 ◦ blue 235

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

Shades of Quartz #DADCEB

Tints of Quartz #DADCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.69%

 BLUE value IS 235 (92.19% from 255) = 34.92%

R = 32.39%
G = 32.69%
B = 34.92%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DADCEB (or 0xDADCEB) is known color: Quartz. HEX triplet: DA, DC and EB. RGB value is (218,220,235). Sum of RGB (Red+Green+Blue) = 218+220+235=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #DADCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCEB is #252314. Grayscale: #DDDDDD. Windows color (decimal): -2433813 or 15457498. OLE color: 15457498.

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

Color convert

RGB 218 220 235 -
CMYK 0.07 0.06 0 0.08
HSL 232.94º 0.3% 0.89% -
HSV(B) 232.94º 0.07% 0.92% -
XYZ 69.5 72.09 88.85 -
YUV 221.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 218 220 235 0.07 0.06 0 0.08 232.94 0.3 0.89
Hex DA DC EB 7 6 0 8 E9 1E 59
Octal 332 334 353 7 6 0 10 351 36 131
Binary 11011010 11011100 11101011 111 110 0 1000 11101001 11110 1011001

Color Harmonies of #DADCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCEB

Black with #DADCEB

Text Example


Text Example

White with #DADCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCEB; }

 p { color: rgb(218,220,235); }

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

background-color css

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

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

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

border-color css

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

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

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