Html Css Color HEX #DADBED Quartz

📋 copy color: '#DADBED'

red 218 ◦ green 219 ◦ blue 237

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

Shades of Quartz #DADBED

Tints of Quartz #DADBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 32.34%
G = 32.49%
B = 35.16%

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

#DADBED (or 0xDADBED) is known color: Quartz. HEX triplet: DA, DB and ED. RGB value is (218,219,237). Sum of RGB (Red+Green+Blue) = 218+219+237=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DADBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBED is #252412. Grayscale: #DCDCDC. Windows color (decimal): -2434067 or 15588314. OLE color: 15588314.

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

Color convert

RGB 218 219 237 -
CMYK 0.08 0.08 0 0.07
HSL 236.84º 0.35% 0.89% -
HSV(B) 236.84º 0.08% 0.93% -
XYZ 69.53 71.68 90.29 -
YUV 220.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 218 219 237 0.08 0.08 0 0.07 236.84 0.35 0.89
Hex DA DB ED 8 8 0 7 ED 23 59
Octal 332 333 355 10 10 0 7 355 43 131
Binary 11011010 11011011 11101101 1000 1000 0 111 11101101 100011 1011001

Color Harmonies of #DADBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBED

Black with #DADBED

Text Example


Text Example

White with #DADBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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