Html Css Color HEX #D7CEF7 Quartz

📋 copy color: '#D7CEF7'

red 215 ◦ green 206 ◦ blue 247

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

Shades of Quartz #D7CEF7

Tints of Quartz #D7CEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.98%

R = 32.19%
G = 30.84%
B = 36.98%

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

#D7CEF7 (or 0xD7CEF7) is known color: Quartz. HEX triplet: D7, CE and F7. RGB value is (215,206,247). Sum of RGB (Red+Green+Blue) = 215+206+247=668 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.19% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #D7CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEF7 is #283108. Grayscale: #D5D5D5. Windows color (decimal): -2633993 or 16240343. OLE color: 16240343.

HSL color Cylindrical-coordinate representation of color #D7CEF7: hue angle of 253.17º degrees, saturation: 0.72, 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 #D7CEF7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 215 206 247 -
CMYK 0.13 0.17 0 0.03
HSL 253.17º 0.72% 0.89% -
HSV(B) 253.17º 0.17% 0.97% -
XYZ 66.88 65.31 97.08 -
YUV 213.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 215 206 247 0.13 0.17 0 0.03 253.17 0.72 0.89
Hex D7 CE F7 D 11 0 3 FD 48 59
Octal 327 316 367 15 21 0 3 375 110 131
Binary 11010111 11001110 11110111 1101 10001 0 11 11111101 1001000 1011001

Color Harmonies of #D7CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CEF7

Black with #D7CEF7

Text Example


Text Example

White with #D7CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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