Html Css Color HEX #D7CFF9 Quartz

📋 copy color: '#D7CFF9'

red 215 ◦ green 207 ◦ blue 249

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

Shades of Quartz #D7CFF9

Tints of Quartz #D7CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.85%

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

R = 32.04%
G = 30.85%
B = 37.11%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7CFF9 (or 0xD7CFF9) is known color: Quartz. HEX triplet: D7, CF and F9. RGB value is (215,207,249). Sum of RGB (Red+Green+Blue) = 215+207+249=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 207 (81.25% from 255 or 30.85% 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 #D7CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFF9 is #283006. Grayscale: #D6D6D6. Windows color (decimal): -2633735 or 16371671. OLE color: 16371671.

HSL color Cylindrical-coordinate representation of color #D7CFF9: hue angle of 251.43º 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 #D7CFF9 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 207 249 -
CMYK 0.14 0.17 0 0.02
HSL 251.43º 0.78% 0.89% -
HSV(B) 251.43º 0.17% 0.98% -
XYZ 67.44 65.91 98.79 -
YUV 214.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 215 207 249 0.14 0.17 0 0.02 251.43 0.78 0.89
Hex D7 CF F9 E 11 0 2 FB 4E 59
Octal 327 317 371 16 21 0 2 373 116 131
Binary 11010111 11001111 11111001 1110 10001 0 10 11111011 1001110 1011001

Color Harmonies of #D7CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CFF9

Black with #D7CFF9

Text Example


Text Example

White with #D7CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CFF9; }

 p { color: rgb(215,207,249); }

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

background-color css

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

 a { background-color: rgb(215,207,249); }

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

border-color css

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

 span { border-color: rgb(215,207,249); }

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