Html Css Color HEX #DADEFF Quartz

📋 copy color: '#DADEFF'

red 218 ◦ green 222 ◦ blue 255

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

Shades of Quartz #DADEFF

Tints of Quartz #DADEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.94%

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

R = 31.37%
G = 31.94%
B = 36.69%

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

#DADEFF (or 0xDADEFF) is known color: Quartz. HEX triplet: DA, DE and FF. RGB value is (218,222,255). Sum of RGB (Red+Green+Blue) = 218+222+255=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #DADEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEFF is #252100. Grayscale: #E0E0E0. Windows color (decimal): -2433281 or 16768730. OLE color: 16768730.

HSL color Cylindrical-coordinate representation of color #DADEFF: hue angle of 233.51º 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 #DADEFF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 222 255 -
CMYK 0.15 0.13 0 0
HSL 233.51º 1% 0.93% -
HSV(B) 233.51º 0.15% 1% -
XYZ 73.08 74.37 105.11 -
YUV 224.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 218 222 255 0.15 0.13 0 0 233.51 1 0.93
Hex DA DE FF F D 0 0 EA 64 5D
Octal 332 336 377 17 15 0 0 352 144 135
Binary 11011010 11011110 11111111 1111 1101 0 0 11101010 1100100 1011101

Color Harmonies of #DADEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEFF

Black with #DADEFF

Text Example


Text Example

White with #DADEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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