#CED1EC

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

Shades of Quartz #CED1EC

Tints of Quartz #CED1EC

Color information

#CED1EC (or 0xCED1EC) is unknown color: approx Quartz. HEX triplet: CE, D1 and EC. RGB value is (206,209,236). Sum of RGB (Red+Green+Blue) = 206+209+236=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 209 (82.03% from 255 or 32.10% 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 #CED1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1EC is #312E13. Grayscale: #D3D3D3. Windows color (decimal): -3223060 or 15520206. OLE color: 15520206.

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

Color convert

RGB206209236-
CMYK0.130.1100.07
HSL234º44.12%86.67%-
HSV(B)234º12.71%92.55%-
XYZ63.3964.7888.52-
YUV211.18142.01124.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=31.64%
G=32.10%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062092360.130.1100.0723444.1286.67
HexCED1ECDB07ea2c57
Octal31632135415130735254127
Binary110011101101000111101100110110110111111010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1EC; }

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

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

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

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

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

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

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

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