Html Css Color HEX #D4CEF1 Quartz

📋 copy color: '#D4CEF1'

red 212 ◦ green 206 ◦ blue 241

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

Shades of Quartz #D4CEF1

Tints of Quartz #D4CEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.57%

R = 32.17%
G = 31.26%
B = 36.57%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D4CEF1 (or 0xD4CEF1) is known color: Quartz. HEX triplet: D4, CE and F1. RGB value is (212,206,241). Sum of RGB (Red+Green+Blue) = 212+206+241=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEF1 is #2B310E. Grayscale: #D3D3D3. Windows color (decimal): -2830607 or 15847124. OLE color: 15847124.

HSL color Cylindrical-coordinate representation of color #D4CEF1: hue angle of 250.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CEF1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 206 241 -
CMYK 0.12 0.15 0 0.05
HSL 250.29º 0.56% 0.88% -
HSV(B) 250.29º 0.15% 0.95% -
XYZ 65.1 64.49 92.24 -
YUV 211.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 212 206 241 0.12 0.15 0 0.05 250.29 0.56 0.88
Hex D4 CE F1 C F 0 5 FA 38 58
Octal 324 316 361 14 17 0 5 372 70 130
Binary 11010100 11001110 11110001 1100 1111 0 101 11111010 111000 1011000

Color Harmonies of #D4CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEF1

Black with #D4CEF1

Text Example


Text Example

White with #D4CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEF1; }

 p { color: rgb(212,206,241); }

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

background-color css

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

 a { background-color: rgb(212,206,241); }

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

border-color css

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

 span { border-color: rgb(212,206,241); }

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