#CECDE1

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

Shades of Quartz #CECDE1

Tints of Quartz #CECDE1

Color information

#CECDE1 (or 0xCECDE1) is unknown color: approx Quartz. HEX triplet: CE, CD and E1. RGB value is (206,205,225). Sum of RGB (Red+Green+Blue) = 206+205+225=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #CECDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDE1 is #31321E. Grayscale: #CFCFCF. Windows color (decimal): -3224095 or 14798286. OLE color: 14798286.

HSL color Cylindrical-coordinate representation of color #CECDE1: hue angle of 243º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECDE1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206205225-
CMYK0.080.0900.12
HSL243º25%84.31%-
HSV(B)243º8.89%88.24%-
XYZ60.8862.2280.04-
YUV207.58137.83126.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=32.39%
G=32.23%
B=35.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062052250.080.0900.122432584.31
HexCECDE1890Cf31954
Octal316315341101101436331124
Binary110011101100110111100001100010010110011110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDE1; }

 p { color: rgb(206,205,225); }

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

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

 a { background-color: rgb(206,205,225); }

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

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

 span { border-color: rgb(206,205,225); }

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