Html Css Color HEX #DADDFE Quartz

📋 copy color: '#DADDFE'

red 218 ◦ green 221 ◦ blue 254

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

Shades of Quartz #DADDFE

Tints of Quartz #DADDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.65%

R = 31.46%
G = 31.89%
B = 36.65%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DADDFE (or 0xDADDFE) is known color: Quartz. HEX triplet: DA, DD and FE. RGB value is (218,221,254). Sum of RGB (Red+Green+Blue) = 218+221+254=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DADDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDFE is #252201. Grayscale: #DFDFDF. Windows color (decimal): -2433538 or 16702938. OLE color: 16702938.

HSL color Cylindrical-coordinate representation of color #DADDFE: hue angle of 235º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADDFE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 221 254 -
CMYK 0.14 0.13 0 0.00
HSL 235º 0.95% 0.93% -
HSV(B) 235º 0.14% 1% -
XYZ 72.66 73.77 104.18 -
YUV 223.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 218 221 254 0.14 0.13 0 0.00 235 0.95 0.93
Hex DA DD FE E D 0 0 EB 5F 5D
Octal 332 335 376 16 15 0 0 353 137 135
Binary 11011010 11011101 11111110 1110 1101 0 0 11101011 1011111 1011101

Color Harmonies of #DADDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDFE

Black with #DADDFE

Text Example


Text Example

White with #DADDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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