Html Css Color HEX #DAE0FD Quartz

📋 copy color: '#DAE0FD'

red 218 ◦ green 224 ◦ blue 253

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

Shades of Quartz #DAE0FD

Tints of Quartz #DAE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.23%

 BLUE value IS 253 (99.22% from 255) = 36.4%

R = 31.37%
G = 32.23%
B = 36.4%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAE0FD (or 0xDAE0FD) is known color: Quartz. HEX triplet: DA, E0 and FD. RGB value is (218,224,253). Sum of RGB (Red+Green+Blue) = 218+224+253=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0FD is #251F02. Grayscale: #E1E1E1. Windows color (decimal): -2432771 or 16638170. OLE color: 16638170.

HSL color Cylindrical-coordinate representation of color #DAE0FD: hue angle of 229.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE0FD is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 224 253 -
CMYK 0.14 0.11 0 0.01
HSL 229.71º 0.9% 0.92% -
HSV(B) 229.71º 0.14% 0.99% -
XYZ 73.3 75.31 103.6 -
YUV 225.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 218 224 253 0.14 0.11 0 0.01 229.71 0.9 0.92
Hex DA E0 FD E B 0 1 E6 5A 5C
Octal 332 340 375 16 13 0 1 346 132 134
Binary 11011010 11100000 11111101 1110 1011 0 1 11100110 1011010 1011100

Color Harmonies of #DAE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0FD

Black with #DAE0FD

Text Example


Text Example

White with #DAE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0FD; }

 p { color: rgb(218,224,253); }

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

background-color css

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

 a { background-color: rgb(218,224,253); }

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

border-color css

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

 span { border-color: rgb(218,224,253); }

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