#CFCEC1

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

Shades of Celeste #CFCEC1

Tints of Celeste #CFCEC1

Color information

#CFCEC1 (or 0xCFCEC1) is unknown color: approx Celeste. HEX triplet: CF, CE and C1. RGB value is (207,206,193). Sum of RGB (Red+Green+Blue) = 207+206+193=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC1 is #30313E. Grayscale: #CCCCCC. Windows color (decimal): -3158335 or 12701391. OLE color: 12701391.

HSL color Cylindrical-coordinate representation of color #CFCEC1: hue angle of 55.71º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCEC1 is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207206193-
CMYK00.000.070.19
HSL55.71º12.73%78.43%-
HSV(B)55.71º6.76%81.18%-
XYZ57.4361.2659.25-
YUV204.82121.33129.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=34.16%
G=33.99%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720619300.000.070.1955.7112.7378.43
HexCFCEC10071338d4e
Octal317316301007237015116
Binary110011111100111011000001001111001111100011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEC1; }

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

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

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

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

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

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

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

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