Html Css Color HEX #D6CEF6 Quartz

📋 copy color: '#D6CEF6'

red 214 ◦ green 206 ◦ blue 246

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

Shades of Quartz #D6CEF6

Tints of Quartz #D6CEF6

RGB

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

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

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

R = 32.13%
G = 30.93%
B = 36.94%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6CEF6 (or 0xD6CEF6) is known color: Quartz. HEX triplet: D6, CE and F6. RGB value is (214,206,246). Sum of RGB (Red+Green+Blue) = 214+206+246=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEF6 is #293109. Grayscale: #D4D4D4. Windows color (decimal): -2699530 or 16174806. OLE color: 16174806.

HSL color Cylindrical-coordinate representation of color #D6CEF6: hue angle of 252º degrees, saturation: 0.69, 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 #D6CEF6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 206 246 -
CMYK 0.13 0.16 0 0.04
HSL 252º 0.69% 0.89% -
HSV(B) 252º 0.16% 0.96% -
XYZ 66.44 65.09 96.25 -
YUV 212.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 214 206 246 0.13 0.16 0 0.04 252 0.69 0.89
Hex D6 CE F6 D 10 0 4 FC 45 59
Octal 326 316 366 15 20 0 4 374 105 131
Binary 11010110 11001110 11110110 1101 10000 0 100 11111100 1000101 1011001

Color Harmonies of #D6CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEF6

Black with #D6CEF6

Text Example


Text Example

White with #D6CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEF6; }

 p { color: rgb(214,206,246); }

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

background-color css

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

 a { background-color: rgb(214,206,246); }

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

border-color css

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

 span { border-color: rgb(214,206,246); }

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