#CFBCC4

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

Shades of Twilight #CFBCC4

Tints of Twilight #CFBCC4

Color information

#CFBCC4 (or 0xCFBCC4) is unknown color: approx Twilight. HEX triplet: CF, BC and C4. RGB value is (207,188,196). Sum of RGB (Red+Green+Blue) = 207+188+196=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC4 is #30433B. Grayscale: #C2C2C2. Windows color (decimal): -3162940 or 12893391. OLE color: 12893391.

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

Color convert

RGB207188196-
CMYK00.090.050.19
HSL334.74º16.52%77.45%-
HSV(B)334.74º9.18%81.18%-
XYZ53.6853.2259.67-
YUV194.59128.79136.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=35.03%
G=31.81%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718819600.090.050.19334.7416.5277.45
HexCFBCC40951314f114d
Octal31727430401152351721115
Binary1100111110111100110001000100110110011101001111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCC4; }

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

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

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

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

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

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

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

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