Html Css Color HEX #D1CEF0 Quartz

📋 copy color: '#D1CEF0'

red 209 ◦ green 206 ◦ blue 240

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

Shades of Quartz #D1CEF0

Tints of Quartz #D1CEF0

RGB

 RED value IS 209 (82.03% from 255) = 31.91%

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

 BLUE value IS 240 (94.14% from 255) = 36.64%

R = 31.91%
G = 31.45%
B = 36.64%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1CEF0 (or 0xD1CEF0) is known color: Quartz. HEX triplet: D1, CE and F0. RGB value is (209,206,240). Sum of RGB (Red+Green+Blue) = 209+206+240=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEF0 is #2E310F. Grayscale: #D2D2D2. Windows color (decimal): -3027216 or 15781585. OLE color: 15781585.

HSL color Cylindrical-coordinate representation of color #D1CEF0: hue angle of 245.29º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CEF0 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 206 240 -
CMYK 0.13 0.14 0 0.06
HSL 245.29º 0.53% 0.87% -
HSV(B) 245.29º 0.14% 0.94% -
XYZ 64.09 63.99 91.41 -
YUV 210.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 209 206 240 0.13 0.14 0 0.06 245.29 0.53 0.87
Hex D1 CE F0 D E 0 6 F5 35 57
Octal 321 316 360 15 16 0 6 365 65 127
Binary 11010001 11001110 11110000 1101 1110 0 110 11110101 110101 1010111

Color Harmonies of #D1CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEF0

Black with #D1CEF0

Text Example


Text Example

White with #D1CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEF0; }

 p { color: rgb(209,206,240); }

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

background-color css

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

 a { background-color: rgb(209,206,240); }

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

border-color css

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

 span { border-color: rgb(209,206,240); }

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