Html Css Color HEX #D8CEF9 Quartz

📋 copy color: '#D8CEF9'

red 216 ◦ green 206 ◦ blue 249

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

Shades of Quartz #D8CEF9

Tints of Quartz #D8CEF9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.7%

 BLUE value IS 249 (97.66% from 255) = 37.11%

R = 32.19%
G = 30.7%
B = 37.11%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8CEF9 (or 0xD8CEF9) is known color: Quartz. HEX triplet: D8, CE and F9. RGB value is (216,206,249). Sum of RGB (Red+Green+Blue) = 216+206+249=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEF9 is #273106. Grayscale: #D5D5D5. Windows color (decimal): -2568455 or 16371416. OLE color: 16371416.

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

Color convert

RGB 216 206 249 -
CMYK 0.13 0.17 0 0.02
HSL 253.95º 0.78% 0.89% -
HSV(B) 253.95º 0.17% 0.98% -
XYZ 67.49 65.58 98.72 -
YUV 213.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 216 206 249 0.13 0.17 0 0.02 253.95 0.78 0.89
Hex D8 CE F9 D 11 0 2 FE 4E 59
Octal 330 316 371 15 21 0 2 376 116 131
Binary 11011000 11001110 11111001 1101 10001 0 10 11111110 1001110 1011001

Color Harmonies of #D8CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CEF9

Black with #D8CEF9

Text Example


Text Example

White with #D8CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CEF9; }

 p { color: rgb(216,206,249); }

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

background-color css

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

 a { background-color: rgb(216,206,249); }

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

border-color css

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

 span { border-color: rgb(216,206,249); }

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