Html Css Color HEX #D6CEF4 Quartz

📋 copy color: '#D6CEF4'

red 214 ◦ green 206 ◦ blue 244

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

Shades of Quartz #D6CEF4

Tints of Quartz #D6CEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.75%

R = 32.23%
G = 31.02%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6CEF4 (or 0xD6CEF4) is known color: Quartz. HEX triplet: D6, CE and F4. RGB value is (214,206,244). Sum of RGB (Red+Green+Blue) = 214+206+244=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 244 (95.70% from 255 or 36.75% from 664); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6CEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEF4 is #29310B. Grayscale: #D4D4D4. Windows color (decimal): -2699532 or 16043734. OLE color: 16043734.

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

Color convert

RGB 214 206 244 -
CMYK 0.12 0.16 0 0.04
HSL 252.63º 0.63% 0.88% -
HSV(B) 252.63º 0.16% 0.96% -
XYZ 66.13 64.97 94.64 -
YUV 212.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 214 206 244 0.12 0.16 0 0.04 252.63 0.63 0.88
Hex D6 CE F4 C 10 0 4 FD 3F 58
Octal 326 316 364 14 20 0 4 375 77 130
Binary 11010110 11001110 11110100 1100 10000 0 100 11111101 111111 1011000

Color Harmonies of #D6CEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEF4

Black with #D6CEF4

Text Example


Text Example

White with #D6CEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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