Html Css Color HEX #D4CFEC Quartz

📋 copy color: '#D4CFEC'

red 212 ◦ green 207 ◦ blue 236

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

Shades of Quartz #D4CFEC

Tints of Quartz #D4CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.03%

R = 32.37%
G = 31.6%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4CFEC (or 0xD4CFEC) is known color: Quartz. HEX triplet: D4, CF and EC. RGB value is (212,207,236). Sum of RGB (Red+Green+Blue) = 212+207+236=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFEC is #2B3013. Grayscale: #D3D3D3. Windows color (decimal): -2830356 or 15519700. OLE color: 15519700.

HSL color Cylindrical-coordinate representation of color #D4CFEC: hue angle of 250.34º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CFEC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 207 236 -
CMYK 0.10 0.12 0 0.07
HSL 250.34º 0.43% 0.87% -
HSV(B) 250.34º 0.12% 0.93% -
XYZ 64.6 64.68 88.44 -
YUV 211.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 212 207 236 0.10 0.12 0 0.07 250.34 0.43 0.87
Hex D4 CF EC A C 0 7 FA 2B 57
Octal 324 317 354 12 14 0 7 372 53 127
Binary 11010100 11001111 11101100 1010 1100 0 111 11111010 101011 1010111

Color Harmonies of #D4CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFEC

Black with #D4CFEC

Text Example


Text Example

White with #D4CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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