Html Css Color HEX #D7CEF8 Quartz

📋 copy color: '#D7CEF8'

red 215 ◦ green 206 ◦ blue 248

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

Shades of Quartz #D7CEF8

Tints of Quartz #D7CEF8

RGB

 RED value IS 215 (84.38% from 255) = 32.14%

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

 BLUE value IS 248 (97.27% from 255) = 37.07%

R = 32.14%
G = 30.79%
B = 37.07%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D7CEF8 (or 0xD7CEF8) is known color: Quartz. HEX triplet: D7, CE and F8. RGB value is (215,206,248). Sum of RGB (Red+Green+Blue) = 215+206+248=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEF8 is #283107. Grayscale: #D5D5D5. Windows color (decimal): -2633992 or 16305879. OLE color: 16305879.

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

Color convert

RGB 215 206 248 -
CMYK 0.13 0.17 0 0.03
HSL 252.86º 0.75% 0.89% -
HSV(B) 252.86º 0.17% 0.97% -
XYZ 67.04 65.37 97.89 -
YUV 213.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 215 206 248 0.13 0.17 0 0.03 252.86 0.75 0.89
Hex D7 CE F8 D 11 0 3 FD 4B 59
Octal 327 316 370 15 21 0 3 375 113 131
Binary 11010111 11001110 11111000 1101 10001 0 11 11111101 1001011 1011001

Color Harmonies of #D7CEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CEF8

Black with #D7CEF8

Text Example


Text Example

White with #D7CEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CEF8; }

 p { color: rgb(215,206,248); }

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

background-color css

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

 a { background-color: rgb(215,206,248); }

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

border-color css

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

 span { border-color: rgb(215,206,248); }

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