#cfd1ec

Color #CFD1EC Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #CFD1EC

Tints of Quartz #CFD1EC

Color information

#CFD1EC (or 0xCFD1EC) is unknown color: approx Quartz. HEX triplet: CF, D1 and EC. RGB value is (207,209,236). Sum of RGB (Red+Green+Blue) = 207+209+236=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1EC is #302E13. Grayscale: #D3D3D3. Windows color (decimal): -3157524 or 15520207. OLE color: 15520207.

HSL color Cylindrical-coordinate representation of color #CFD1EC: hue angle of 235.86º 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 #CFD1EC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207209236-
CMYK0.120.1100.07
HSL235.86º43.28%86.86%-
HSV(B)235.86º12.29%92.55%-
XYZ63.6764.9288.53-
YUV211.48141.84124.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=31.75%
G=32.06%
B=36.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072092360.120.1100.07235.8643.2886.86
HexCFD1ECCB07ec2b57
Octal31732135414130735453127
Binary110011111101000111101100110010110111111011001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfd1ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfd1ec; }

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

 H1.HeaderClassName
 {
   color: #cfd1ec;
 }
 .AnyTagClassName
 {
   color: #cfd1ec;
 }
</style>
background-color css

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

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

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

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

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

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