Html Css Color HEX #DADDEE Quartz

📋 copy color: '#DADDEE'

red 218 ◦ green 221 ◦ blue 238

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

Shades of Quartz #DADDEE

Tints of Quartz #DADDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.16%

R = 32.2%
G = 32.64%
B = 35.16%

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

#DADDEE (or 0xDADDEE) is known color: Quartz. HEX triplet: DA, DD and EE. RGB value is (218,221,238). Sum of RGB (Red+Green+Blue) = 218+221+238=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #DADDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDEE is #252211. Grayscale: #DDDDDD. Windows color (decimal): -2433554 or 15654362. OLE color: 15654362.

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

Color convert

RGB 218 221 238 -
CMYK 0.08 0.07 0 0.07
HSL 231º 0.37% 0.89% -
HSV(B) 231º 0.08% 0.93% -
XYZ 70.2 72.79 91.24 -
YUV 222.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 218 221 238 0.08 0.07 0 0.07 231 0.37 0.89
Hex DA DD EE 8 7 0 7 E7 25 59
Octal 332 335 356 10 7 0 7 347 45 131
Binary 11011010 11011101 11101110 1000 111 0 111 11100111 100101 1011001

Color Harmonies of #DADDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDEE

Black with #DADDEE

Text Example


Text Example

White with #DADDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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