Html Css Color HEX #DADDEF Quartz

📋 copy color: '#DADDEF'

red 218 ◦ green 221 ◦ blue 239

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

Shades of Quartz #DADDEF

Tints of Quartz #DADDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.6%

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 32.15%
G = 32.6%
B = 35.25%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DADDEF (or 0xDADDEF) is known color: Quartz. HEX triplet: DA, DD and EF. RGB value is (218,221,239). Sum of RGB (Red+Green+Blue) = 218+221+239=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #DADDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDEF is #252210. Grayscale: #DEDEDE. Windows color (decimal): -2433553 or 15719898. OLE color: 15719898.

HSL color Cylindrical-coordinate representation of color #DADDEF: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADDEF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 221 239 -
CMYK 0.09 0.08 0 0.06
HSL 231.43º 0.4% 0.9% -
HSV(B) 231.43º 0.09% 0.94% -
XYZ 70.35 72.85 92.02 -
YUV 222.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 218 221 239 0.09 0.08 0 0.06 231.43 0.4 0.9
Hex DA DD EF 9 8 0 6 E7 28 5A
Octal 332 335 357 11 10 0 6 347 50 132
Binary 11011010 11011101 11101111 1001 1000 0 110 11100111 101000 1011010

Color Harmonies of #DADDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDEF

Black with #DADDEF

Text Example


Text Example

White with #DADDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDEF; }

 p { color: rgb(218,221,239); }

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

background-color css

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

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

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

border-color css

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

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

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