Html Css Color HEX #DAE0FB Quartz

📋 copy color: '#DAE0FB'

red 218 ◦ green 224 ◦ blue 251

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

Shades of Quartz #DAE0FB

Tints of Quartz #DAE0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.22%

R = 31.46%
G = 32.32%
B = 36.22%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAE0FB (or 0xDAE0FB) is known color: Quartz. HEX triplet: DA, E0 and FB. RGB value is (218,224,251). Sum of RGB (Red+Green+Blue) = 218+224+251=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0FB is #251F04. Grayscale: #E1E1E1. Windows color (decimal): -2432773 or 16507098. OLE color: 16507098.

HSL color Cylindrical-coordinate representation of color #DAE0FB: hue angle of 229.09º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE0FB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 224 251 -
CMYK 0.13 0.11 0 0.02
HSL 229.09º 0.8% 0.92% -
HSV(B) 229.09º 0.13% 0.98% -
XYZ 72.98 75.18 101.93 -
YUV 225.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 218 224 251 0.13 0.11 0 0.02 229.09 0.8 0.92
Hex DA E0 FB D B 0 2 E5 50 5C
Octal 332 340 373 15 13 0 2 345 120 134
Binary 11011010 11100000 11111011 1101 1011 0 10 11100101 1010000 1011100

Color Harmonies of #DAE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0FB

Black with #DAE0FB

Text Example


Text Example

White with #DAE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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