#CFBBC3

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

Shades of Twilight #CFBBC3

Tints of Twilight #CFBBC3

Color information

#CFBBC3 (or 0xCFBBC3) is unknown color: approx Twilight. HEX triplet: CF, BB and C3. RGB value is (207,187,195). Sum of RGB (Red+Green+Blue) = 207+187+195=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC3 is #30443C. Grayscale: #C1C1C1. Windows color (decimal): -3163197 or 12827599. OLE color: 12827599.

HSL color Cylindrical-coordinate representation of color #CFBBC3: hue angle of 336º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBC3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB207187195-
CMYK00.100.060.19
HSL336º17.24%77.25%-
HSV(B)336º9.66%81.18%-
XYZ53.3552.7559-
YUV193.89128.63137.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=35.14%
G=31.75%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718719500.100.060.1933617.2477.25
HexCFBBC30A613150114d
Octal31727330301262352021115
Binary1100111110111011110000110101011010011101010000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBC3; }

 p { color: rgb(207,187,195); }

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

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

 a { background-color: rgb(207,187,195); }

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

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

 span { border-color: rgb(207,187,195); }

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