#CECFF0

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

Shades of Quartz #CECFF0

Tints of Quartz #CECFF0

Color information

#CECFF0 (or 0xCECFF0) is unknown color: approx Quartz. HEX triplet: CE, CF and F0. RGB value is (206,207,240). Sum of RGB (Red+Green+Blue) = 206+207+240=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #CECFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF0 is #31300F. Grayscale: #D2D2D2. Windows color (decimal): -3223568 or 15781838. OLE color: 15781838.

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

Color convert

RGB206207240-
CMYK0.140.1400.06
HSL238.24º53.12%87.45%-
HSV(B)238.24º14.17%94.12%-
XYZ63.4964.0491.45-
YUV210.46144.67124.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=31.55%
G=31.70%
B=36.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062072400.140.1400.06238.2453.1287.45
HexCECFF0EE06ee3557
Octal31631736016160635665127
Binary110011101100111111110000111011100110111011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFF0; }

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

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

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

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

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

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

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

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