Html Css Color HEX #D6CFF8 Quartz

📋 copy color: '#D6CFF8'

red 214 ◦ green 207 ◦ blue 248

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

Shades of Quartz #D6CFF8

Tints of Quartz #D6CFF8

RGB

 RED value IS 214 (83.98% from 255) = 31.99%

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

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

R = 31.99%
G = 30.94%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D6CFF8 (or 0xD6CFF8) is known color: Quartz. HEX triplet: D6, CF and F8. RGB value is (214,207,248). Sum of RGB (Red+Green+Blue) = 214+207+248=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 207 (81.25% from 255 or 30.94% 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 #D6CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFF8 is #293007. Grayscale: #D5D5D5. Windows color (decimal): -2699272 or 16306134. OLE color: 16306134.

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

Color convert

RGB 214 207 248 -
CMYK 0.14 0.17 0 0.03
HSL 250.24º 0.75% 0.89% -
HSV(B) 250.24º 0.17% 0.97% -
XYZ 66.99 65.7 97.96 -
YUV 213.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 214 207 248 0.14 0.17 0 0.03 250.24 0.75 0.89
Hex D6 CF F8 E 11 0 3 FA 4B 59
Octal 326 317 370 16 21 0 3 372 113 131
Binary 11010110 11001111 11111000 1110 10001 0 11 11111010 1001011 1011001

Color Harmonies of #D6CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFF8

Black with #D6CFF8

Text Example


Text Example

White with #D6CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFF8; }

 p { color: rgb(214,207,248); }

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

background-color css

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

 a { background-color: rgb(214,207,248); }

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

border-color css

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

 span { border-color: rgb(214,207,248); }

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