#CFD0EC

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

Shades of Quartz #CFD0EC

Tints of Quartz #CFD0EC

Color information

#CFD0EC (or 0xCFD0EC) is unknown color: approx Quartz. HEX triplet: CF, D0 and EC. RGB value is (207,208,236). Sum of RGB (Red+Green+Blue) = 207+208+236=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0EC is #302F13. Grayscale: #D2D2D2. Windows color (decimal): -3157780 or 15519951. OLE color: 15519951.

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

Color convert

RGB207208236-
CMYK0.120.1200.07
HSL237.93º43.28%86.86%-
HSV(B)237.93º12.29%92.55%-
XYZ63.4364.4388.45-
YUV210.89142.17125.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=31.80%
G=31.95%
B=36.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072082360.120.1200.07237.9343.2886.86
HexCFD0ECCC07ee2b57
Octal31732035414140735653127
Binary110011111101000011101100110011000111111011101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0EC; }

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

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

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

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

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

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

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

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