#CFBBC4

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

Shades of Twilight #CFBBC4

Tints of Twilight #CFBBC4

Color information

#CFBBC4 (or 0xCFBBC4) is unknown color: approx Twilight. HEX triplet: CF, BB and C4. RGB value is (207,187,196). Sum of RGB (Red+Green+Blue) = 207+187+196=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC4 is #30443B. Grayscale: #C1C1C1. Windows color (decimal): -3163196 or 12893135. OLE color: 12893135.

HSL color Cylindrical-coordinate representation of color #CFBBC4: hue angle of 333º 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 #CFBBC4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207187196-
CMYK00.100.050.19
HSL333º17.24%77.25%-
HSV(B)333º9.66%81.18%-
XYZ53.4752.7959.6-
YUV194.01129.13137.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 196 (76.95% from 255) = 33.22%
R=35.08%
G=31.69%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718719600.100.050.1933317.2477.25
HexCFBBC40A51314d114d
Octal31727330401252351521115
Binary1100111110111011110001000101010110011101001101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBC4; }

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

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

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

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

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

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

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

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