Html Css Color HEX #D8DEFA Quartz

📋 copy color: '#D8DEFA'

red 216 ◦ green 222 ◦ blue 250

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

Shades of Quartz #D8DEFA

Tints of Quartz #D8DEFA

RGB

 RED value IS 216 (84.77% from 255) = 31.4%

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

 BLUE value IS 250 (98.05% from 255) = 36.34%

R = 31.4%
G = 32.27%
B = 36.34%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8DEFA (or 0xD8DEFA) is known color: Quartz. HEX triplet: D8, DE and FA. RGB value is (216,222,250). Sum of RGB (Red+Green+Blue) = 216+222+250=688 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.40% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEFA is #272105. Grayscale: #DFDFDF. Windows color (decimal): -2564358 or 16441048. OLE color: 16441048.

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

Color convert

RGB 216 222 250 -
CMYK 0.14 0.11 0 0.02
HSL 229.41º 0.77% 0.91% -
HSV(B) 229.41º 0.14% 0.98% -
XYZ 71.7 73.74 100.9 -
YUV 223.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 216 222 250 0.14 0.11 0 0.02 229.41 0.77 0.91
Hex D8 DE FA E B 0 2 E5 4D 5B
Octal 330 336 372 16 13 0 2 345 115 133
Binary 11011000 11011110 11111010 1110 1011 0 10 11100101 1001101 1011011

Color Harmonies of #D8DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DEFA

Black with #D8DEFA

Text Example


Text Example

White with #D8DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DEFA; }

 p { color: rgb(216,222,250); }

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

background-color css

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

 a { background-color: rgb(216,222,250); }

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

border-color css

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

 span { border-color: rgb(216,222,250); }

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