Html Css Color HEX #D4CFF6 Quartz

📋 copy color: '#D4CFF6'

red 212 ◦ green 207 ◦ blue 246

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

Shades of Quartz #D4CFF6

Tints of Quartz #D4CFF6

RGB

 RED value IS 212 (83.2% from 255) = 31.88%

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

 BLUE value IS 246 (96.48% from 255) = 36.99%

R = 31.88%
G = 31.13%
B = 36.99%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4CFF6 (or 0xD4CFF6) is known color: Quartz. HEX triplet: D4, CF and F6. RGB value is (212,207,246). Sum of RGB (Red+Green+Blue) = 212+207+246=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFF6 is #2B3009. Grayscale: #D4D4D4. Windows color (decimal): -2830346 or 16175060. OLE color: 16175060.

HSL color Cylindrical-coordinate representation of color #D4CFF6: hue angle of 247.69º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4CFF6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 207 246 -
CMYK 0.14 0.16 0 0.04
HSL 247.69º 0.68% 0.89% -
HSV(B) 247.69º 0.16% 0.96% -
XYZ 66.1 65.28 96.3 -
YUV 212.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 212 207 246 0.14 0.16 0 0.04 247.69 0.68 0.89
Hex D4 CF F6 E 10 0 4 F8 44 59
Octal 324 317 366 16 20 0 4 370 104 131
Binary 11010100 11001111 11110110 1110 10000 0 100 11111000 1000100 1011001

Color Harmonies of #D4CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFF6

Black with #D4CFF6

Text Example


Text Example

White with #D4CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFF6; }

 p { color: rgb(212,207,246); }

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

background-color css

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

 a { background-color: rgb(212,207,246); }

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

border-color css

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

 span { border-color: rgb(212,207,246); }

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