Html Css Color HEX #DADDFF Quartz

📋 copy color: '#DADDFF'

red 218 ◦ green 221 ◦ blue 255

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

Shades of Quartz #DADDFF

Tints of Quartz #DADDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.74%

R = 31.41%
G = 31.84%
B = 36.74%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DADDFF (or 0xDADDFF) is known color: Quartz. HEX triplet: DA, DD and FF. RGB value is (218,221,255). Sum of RGB (Red+Green+Blue) = 218+221+255=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #DADDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDFF is #252200. Grayscale: #DFDFDF. Windows color (decimal): -2433537 or 16768474. OLE color: 16768474.

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

Color convert

RGB 218 221 255 -
CMYK 0.15 0.13 0 0
HSL 235.14º 1% 0.93% -
HSV(B) 235.14º 0.15% 1% -
XYZ 72.82 73.84 105.02 -
YUV 223.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 218 221 255 0.15 0.13 0 0 235.14 1 0.93
Hex DA DD FF F D 0 0 EB 64 5D
Octal 332 335 377 17 15 0 0 353 144 135
Binary 11011010 11011101 11111111 1111 1101 0 0 11101011 1100100 1011101

Color Harmonies of #DADDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDFF

Black with #DADDFF

Text Example


Text Example

White with #DADDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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